STPPaymentMethodCardWalletVisaCheckout
@interface STPPaymentMethodCardWalletVisaCheckout
: NSObject <STPAPIResponseDecodable>
A Visa Checkout 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 (readonly, nonatomic, 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 (readonly, nonatomic, 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 (readonly, nonatomic, 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 (readonly, nonatomic, nullable) STPPaymentMethodAddress *shippingAddress;
Swift
var shippingAddress: STPPaymentMethodAddress? { get }