Table of Contents

Class MovementTypesController.MovementTypeOption

Namespace
KadicErp.WebApi.Controllers.Accounting.Treasury
Assembly
KadicErp.WebApi.dll
public record MovementTypesController.MovementTypeOption
Inheritance
object
MovementTypesController.MovementTypeOption

Constructors

MovementTypeOption(int, string)

public MovementTypeOption(int Value, string Code)

Parameters

Value int
Code string

Properties

Code

public string Code { get; init; }

Property Value

string

Value

public int Value { get; init; }

Property Value

int