Attributes
public class Attributes : APIModel
Undocumented
-
Undocumented
See moreDeclaration
Swift
public enum PCPayKind : String, Codable, Equatable, CaseIterable
-
Undocumented
Declaration
Swift
public var kind: PCPayKind
-
Token representing the credit card information. The token is payment provider specific and provided by the payment provider.
Example: In-Browser, the Payment Provider Credit Card Widget will return a token after adding a credit card. This token should be used here.
Declaration
Swift
public var cardToken: String
-
Undocumented
Declaration
Swift
public init(kind: PCPayKind, cardToken: String)
-
Declaration
Swift
public required init(from decoder: Decoder) throws
-
Declaration
Swift
public func encode(to encoder: Encoder) throws
-
Undocumented
Declaration
Swift
public func isEqual(to object: Any?) -> Bool
-
Declaration
Swift
public static func == (lhs: Attributes, rhs: Attributes) -> Bool