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