Table of Contents

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

Constructors

ApplyCreditNoteRequest(Guid, decimal)

Request body para aplicar una NC contra un documento de CXC.

public ApplyCreditNoteRequest(Guid TargetReceivableDocumentId, decimal AppliedAmount)

Parameters

TargetReceivableDocumentId Guid
AppliedAmount decimal

Properties

AppliedAmount

public decimal AppliedAmount { get; init; }

Property Value

decimal

TargetReceivableDocumentId

public Guid TargetReceivableDocumentId { get; init; }

Property Value

Guid