Table of Contents

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

Constructors

UnapplyCreditNoteApplicationRequest(string, string?)

Request body para desaplicar una aplicación puntual. TargetType: "DEBIT_NOTE" | "INVOICE".

public UnapplyCreditNoteApplicationRequest(string TargetType, string? Reason = null)

Parameters

TargetType string
Reason string

Properties

Reason

public string? Reason { get; init; }

Property Value

string

TargetType

public string TargetType { get; init; }

Property Value

string