PCPaySort
public enum PCPaySort : String, Codable, Equatable, CaseIterable
Sort by given attribute, plus and minus are used to indicate ascending and descending order.
-
Undocumented
Declaration
Swift
case id = "id" -
Undocumented
Declaration
Swift
case createdAt = "createdAt" -
Undocumented
Declaration
Swift
case updatedAt = "updatedAt" -
Undocumented
Declaration
Swift
case paymentMethodId = "paymentMethodId" -
Undocumented
Declaration
Swift
case paymentMethodKind = "paymentMethodKind" -
Undocumented
Declaration
Swift
case purposePRN = "purposePRN" -
Undocumented
Declaration
Swift
case providerPRN = "providerPRN" -
Undocumented
Declaration
Swift
case fuelProductName = "fuel.productName" -
Undocumented
Declaration
Swift
case fuelType = "fuel.type" -
Undocumented
Declaration
Swift
case idDescending = "-id" -
Undocumented
Declaration
Swift
case createdAtDescending = "-createdAt" -
Undocumented
Declaration
Swift
case updatedAtDescending = "-updatedAt" -
Undocumented
Declaration
Swift
case paymentMethodIdDescending = "-paymentMethodId" -
Undocumented
Declaration
Swift
case paymentMethodKindDescending = "-paymentMethodKind" -
Undocumented
Declaration
Swift
case purposePRNDescending = "-purposePRN" -
Undocumented
Declaration
Swift
case providerPRNDescending = "-providerPRN" -
Undocumented
Declaration
Swift
case fuelProductNameDescending = "-fuel.productName" -
Undocumented
Declaration
Swift
case fuelTypeDescending = "-fuel.type"
View on GitHub
PCPaySort Enumeration Reference