GetPaymentTokens
public enum GetPaymentTokens
Get all valid payment tokens for user
Get all valid payment tokens for user. Valid means that a token was successfully created and is not expired. It might be unusable, for example if it is used in a transaction already.
-
Undocumented
Declaration
Swift
public static var service: PayAPIService<PayAPI.PaymentTokens.GetPaymentTokens.Response> -
Get all valid payment tokens for user. Valid means that a token was successfully created and is not expired. It might be unusable, for example if it is used in a transaction already.
See moreDeclaration
Swift
public enum PCPayFiltervalid : String, Codable, Equatable, CaseIterable -
Undocumented
See moreDeclaration
Swift
public final class Request : PayAPIRequest<Response> -
Undocumented
See moreDeclaration
Swift
public enum Response : APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible
View on GitHub
GetPaymentTokens Enumeration Reference