Class UnapplyCreditNoteApplicationRequest
- Namespace
- KadicErp.WebApi.Controllers.FiscalAdjustments
- Assembly
- KadicErp.WebApi.dll
Request body para desaplicar una aplicación puntual. TargetType: "DEBIT_NOTE" | "INVOICE".
public sealed record UnapplyCreditNoteApplicationRequest
- Inheritance
-
objectUnapplyCreditNoteApplicationRequest
Constructors
UnapplyCreditNoteApplicationRequest(string, string?)
Request body para desaplicar una aplicación puntual. TargetType: "DEBIT_NOTE" | "INVOICE".
public UnapplyCreditNoteApplicationRequest(string TargetType, string? Reason = null)
Parameters
TargetTypestringReasonstring
Properties
Reason
public string? Reason { get; init; }
Property Value
- string
TargetType
public string TargetType { get; init; }
Property Value
- string