STPPaymentMethodCardWalletMasterpass
@interface 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
Objective-C
@property (nonatomic, readonly, nullable) NSString *email;
Swift
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
Objective-C
@property (nonatomic, readonly, nullable) NSString *name;
Swift
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
Objective-C
@property (nonatomic, readonly, nullable) STPPaymentMethodAddress *billingAddress;
Swift
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
Objective-C
@property (nonatomic, readonly, nullable) STPPaymentMethodAddress *shippingAddress;
Swift
var shippingAddress: STPPaymentMethodAddress? { get }