Class UpdateModificationCodeRequest
public sealed record UpdateModificationCodeRequest
- Inheritance
-
object
UpdateModificationCodeRequest
Constructors
UpdateModificationCodeRequest(byte, string, bool, bool)
public UpdateModificationCodeRequest(byte Code, string Name, bool AppliesToDebitNotes, bool AppliesToCreditNotes)
Parameters
Code byte
Name string
AppliesToDebitNotes bool
AppliesToCreditNotes bool
Properties
AppliesToCreditNotes
public bool AppliesToCreditNotes { get; init; }
Property Value
- bool
AppliesToDebitNotes
public bool AppliesToDebitNotes { get; init; }
Property Value
- bool
Code
public byte Code { get; init; }
Property Value
- byte
Name
public string Name { get; init; }
Property Value
- string