ApplePayPaymentMethod
struct ApplePayPaymentMethod : Codable
Undocumented
-
Undocumented
Declaration
Swift
public let displayName: String? -
Undocumented
Declaration
Swift
public let network: String? -
Undocumented
Declaration
Swift
public let type: String -
Undocumented
Declaration
Swift
public init(displayName: String?, network: String?, type: PKPaymentMethodType)
View on GitHub
ApplePayPaymentMethod Structure Reference