Pay
struct Pay
Undocumented
-
Undocumented
See moreDeclaration
Swift
enum PayEnvironmentBaseUrl : String
-
Undocumented
Declaration
Swift
static func getAllReadyToUsePaymentMethods(environment: PayEnvironmentBaseUrl, accessToken: String, completion: @escaping (Result<PaymentMethodsResponse, Error>) -> Void)
-
Undocumented
See moreDeclaration
Swift
struct PaymentMethodsResponse : Codable
-
Undocumented
See moreDeclaration
Swift
struct PaymentMethod : Codable
-
Undocumented
See moreDeclaration
Swift
struct TransactionsResponse : Decodable
-
Undocumented
See moreDeclaration
Swift
struct Transaction : Decodable
-
Undocumented
See moreDeclaration
Swift
struct TransactionAttributes : Decodable
-
Undocumented
See moreDeclaration
Swift
struct TransactionVAT : Decodable
-
Undocumented
See moreDeclaration
Swift
struct TransactionFuel : Decodable
-
Undocumented
See moreDeclaration
Swift
struct TransactionLocation : Decodable
-
Undocumented
See moreDeclaration
Swift
struct TransactionAddress : Decodable
-
Undocumented
See moreDeclaration
Swift
struct TransactionLinks : Decodable
-
Undocumented
See moreDeclaration
Swift
struct TransactionReceipt : Decodable
-
Undocumented
See moreDeclaration
Swift
struct TransactionMeta : Decodable
-
Undocumented
See moreDeclaration
Swift
enum TransactionMIMEType : String, Decodable
-
Undocumented
Declaration
Swift
static func fetchTransactions(environment: PayEnvironmentBaseUrl, accessToken: String, limit: Int? = nil, completion: @escaping (Result<TransactionsResponse, Error>) -> Void)