Status of credit notes
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");| Name | Value |
|---|---|
Draft |
draft |
Authorised |
authorised |
Posted |
posted |
PartiallyPaid |
partially_paid |
Paid |
paid |
Voided |
voided |
Deleted |
deleted |