PaymentMethod
public class PaymentMethod : APIModel
Undocumented
-
Undocumented
Declaration
Swift
public var displayName: String?
-
Undocumented
Declaration
Swift
public var network: String?
-
Undocumented
Declaration
Swift
public var type: String?
-
Undocumented
Declaration
Swift
public init(displayName: String? = nil, network: String? = nil, type: String? = nil)
-
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: PaymentMethod, rhs: PaymentMethod) -> Bool