Class ApplyCustomerCreditBalanceRequest
- Namespace
- KadicErp.WebApi.Controllers.FiscalAdjustments
- Assembly
- KadicErp.WebApi.dll
Request body para aplicar saldo a favor (recibo con UnappliedAmount) contra un documento.
public sealed record ApplyCustomerCreditBalanceRequest
- Inheritance
-
objectApplyCustomerCreditBalanceRequest
Constructors
ApplyCustomerCreditBalanceRequest(Guid, Guid, decimal, decimal?)
Request body para aplicar saldo a favor (recibo con UnappliedAmount) contra un documento.
public ApplyCustomerCreditBalanceRequest(Guid ReceiptId, Guid InvoiceId, decimal AppliedAmount, decimal? ExchangeRate = null)
Parameters
ReceiptIdGuidInvoiceIdGuidAppliedAmountdecimalExchangeRatedecimal?
Properties
AppliedAmount
public decimal AppliedAmount { get; init; }
Property Value
- decimal
ExchangeRate
public decimal? ExchangeRate { get; init; }
Property Value
- decimal?
InvoiceId
public Guid InvoiceId { get; init; }
Property Value
- Guid
ReceiptId
public Guid ReceiptId { get; init; }
Property Value
- Guid