The field on which to sort the Refunds
using ApideckUnifySdk.Models.Components;
var value = RefundsSortBy.UpdatedAt;
// Open enum: use .Of() to create instances from custom string values
var custom = RefundsSortBy.Of("custom_value");| Name | Value |
|---|---|
UpdatedAt |
updated_at |
CreatedAt |
created_at |