Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 629 Bytes

File metadata and controls

27 lines (19 loc) · 629 Bytes

CreditNoteStatus

Status of credit notes

Example Usage

using ApideckUnifySdk.Models.Components;

var value = CreditNoteStatus.Draft;

// Open enum: use .Of() to create instances from custom string values
var custom = CreditNoteStatus.Of("custom_value");

Values

Name Value
Draft draft
Authorised authorised
Posted posted
PartiallyPaid partially_paid
Paid paid
Voided voided
Deleted deleted