PCPayPaymentMethodKind
public class PCPayPaymentMethodKind : APIModel
Undocumented
-
Undocumented
See moreDeclaration
Swift
public enum PCPayId : String, Codable, Equatable, CaseIterable -
Undocumented
See moreDeclaration
Swift
public enum PCPayType : String, Codable, Equatable, CaseIterable -
Undocumented
Declaration
Swift
public var attributes: Attributes? -
Undocumented
Declaration
Swift
public var id: PCPayId? -
Undocumented
Declaration
Swift
public var type: PCPayType? -
Undocumented
Declaration
Swift
public init(attributes: Attributes? = nil, id: PCPayId? = nil, type: PCPayType? = 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: PCPayPaymentMethodKind, rhs: PCPayPaymentMethodKind) -> Bool
View on GitHub
PCPayPaymentMethodKind Class Reference