OPPCheckoutApplePayContactType
enum OPPCheckoutApplePayContactType : NSInteger {}
An enumeration for the ApplePay contact types
-
ApplePay billing contact type
Declaration
Objective-C
OPPCheckoutApplePayContactTypeBillingAddress = 1
Swift
static var billingAddress: OPPCheckoutApplePayContactType { get }
-
ApplePay shipping contact type
Declaration
Objective-C
OPPCheckoutApplePayContactTypeCustomer = 2
Swift
static var customer: OPPCheckoutApplePayContactType { get }