Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 462 Bytes

File metadata and controls

23 lines (15 loc) · 462 Bytes

CreditNotesSortBy

The field on which to sort the Customers

Example Usage

using ApideckUnifySdk.Models.Components;

var value = CreditNotesSortBy.CreatedAt;

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

Values

Name Value
CreatedAt created_at
UpdatedAt updated_at
Id id