Table of Contents

Class IssueCreditNoteRequest

Namespace
KadicErp.WebApi.Controllers.FiscalAdjustments
Assembly
KadicErp.WebApi.dll

Request body para emitir una NC borrador.

public sealed record IssueCreditNoteRequest
Inheritance
object
IssueCreditNoteRequest

Constructors

IssueCreditNoteRequest(bool, IReadOnlyList<CreditNoteInventoryLineInputDto>?)

Request body para emitir una NC borrador.

public IssueCreditNoteRequest(bool AutoApply = true, IReadOnlyList<CreditNoteInventoryLineInputDto>? InventoryLines = null)

Parameters

AutoApply bool
InventoryLines IReadOnlyList<CreditNoteInventoryLineInputDto>

Properties

AutoApply

public bool AutoApply { get; init; }

Property Value

bool

InventoryLines

public IReadOnlyList<CreditNoteInventoryLineInputDto>? InventoryLines { get; init; }

Property Value

IReadOnlyList<CreditNoteInventoryLineInputDto>