Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 418 Bytes

File metadata and controls

22 lines (14 loc) · 418 Bytes

RefundsSortBy

The field on which to sort the Refunds

Example Usage

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");

Values

Name Value
UpdatedAt updated_at
CreatedAt created_at