Table of Contents

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
object
ApplyCustomerCreditBalanceRequest

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

ReceiptId Guid
InvoiceId Guid
AppliedAmount decimal
ExchangeRate decimal?

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