Class ApplyCreditNoteRequest
- Namespace
- KadicErp.WebApi.Controllers.FiscalAdjustments
- Assembly
- KadicErp.WebApi.dll
Request body para aplicar una NC contra un documento de CXC.
public sealed record ApplyCreditNoteRequest
- Inheritance
-
objectApplyCreditNoteRequest
Constructors
ApplyCreditNoteRequest(decimal?, Guid?)
Request body para aplicar una NC contra un documento de CXC.
public ApplyCreditNoteRequest(decimal? AppliedAmount = null, Guid? TargetDocumentId = null)
Parameters
AppliedAmountdecimal?TargetDocumentIdGuid?
Properties
AppliedAmount
public decimal? AppliedAmount { get; init; }
Property Value
- decimal?
TargetDocumentId
public Guid? TargetDocumentId { get; init; }
Property Value
- Guid?