Class MovementTypesController.MovementTypeOption
- Namespace
- KadicErp.WebApi.Controllers.Accounting.Treasury
- Assembly
- KadicErp.WebApi.dll
public record MovementTypesController.MovementTypeOption
- Inheritance
-
objectMovementTypesController.MovementTypeOption
Constructors
MovementTypeOption(int, string)
public MovementTypeOption(int Value, string Code)
Parameters
ValueintCodestring
Properties
Code
public string Code { get; init; }
Property Value
- string
Value
public int Value { get; init; }
Property Value
- int