The field on which to sort the Customers
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");| Name | Value |
|---|---|
CreatedAt |
created_at |
UpdatedAt |
updated_at |
Id |
id |