Apple Pay
-
Class that reports the status code and errors that you return when a payment is authorized.
See moreDeclaration
Objective-C
@interface OPPApplePayRequestAuthorizationResult : NSObject
Swift
class OPPApplePayRequestAuthorizationResult : NSObject
-
Class for updating the payment request after the shipping contact information changed.
See moreDeclaration
Objective-C
@interface OPPApplePayRequestShippingContactUpdate : OPPApplePayRequestUpdate
Swift
class OPPApplePayRequestShippingContactUpdate : OPPApplePayRequestUpdate
-
Class for updating the payment request after the shipping method changed.
Declaration
Objective-C
@interface OPPApplePayRequestShippingMethodUpdate : OPPApplePayRequestUpdate
Swift
class OPPApplePayRequestShippingMethodUpdate : OPPApplePayRequestUpdate
-
Base class for updating the payment request after the shopper makes changes on the payment form.
See moreDeclaration
Objective-C
@interface OPPApplePayRequestUpdate : NSObject
Swift
class OPPApplePayRequestUpdate : NSObject