STPPaymentMethodCardWalletMasterpass
public class STPPaymentMethodCardWalletMasterpass : NSObject, STPAPIResponseDecodable
A Masterpass Card Wallet
-
Owner’s verified email. Values are verified or provided by the payment method directly (and if supported) at the time of authorization or settlement.
Declaration
Swift
@objc public private(set) var email: String? { get }
-
Owner’s verified email. Values are verified or provided by the payment method directly (and if supported) at the time of authorization or settlement.
Declaration
Swift
@objc public private(set) var name: String? { get }
-
Owner’s verified billing address. Values are verified or provided by the payment method directly (and if supported) at the time of authorization or settlement.
Declaration
Swift
@objc public private(set) var billingAddress: STPPaymentMethodAddress? { get }
-
Owner’s verified shipping address. Values are verified or provided by the payment method directly (and if supported) at the time of authorization or settlement.
Declaration
Swift
@objc public private(set) var shippingAddress: STPPaymentMethodAddress? { get }
-
Declaration
Swift
@objc public private(set) var allResponseFields: [AnyHashable : Any] { get }
-
Declaration
Swift
public class func decodedObject(fromAPIResponse response: [AnyHashable : Any]?) -> `Self`?