Class IssueCreditNoteRequest
- Namespace
- KadicErp.WebApi.Controllers.FiscalAdjustments
- Assembly
- KadicErp.WebApi.dll
Request body para emitir una NC borrador.
public sealed record IssueCreditNoteRequest
- Inheritance
-
objectIssueCreditNoteRequest
Constructors
IssueCreditNoteRequest(bool, IReadOnlyList<CreditNoteInventoryLineInputDto>?)
Request body para emitir una NC borrador.
public IssueCreditNoteRequest(bool AutoApply = true, IReadOnlyList<CreditNoteInventoryLineInputDto>? InventoryLines = null)
Parameters
AutoApplyboolInventoryLinesIReadOnlyList<CreditNoteInventoryLineInputDto>
Properties
AutoApply
public bool AutoApply { get; init; }
Property Value
- bool
InventoryLines
public IReadOnlyList<CreditNoteInventoryLineInputDto>? InventoryLines { get; init; }
Property Value
- IReadOnlyList<CreditNoteInventoryLineInputDto>