OPPAfterPayPaymentParams

@interface OPPAfterPayPaymentParams : OPPPaymentParams

Class to encapsulate all necessary transaction parameters for performing Afterpay Payments transaction.

  • Undocumented

    Declaration

    Objective-C

    + (nullable instancetype)afterPayPaymentParamsWithCheckoutID:(NSString *)checkoutID
                                                           error:(NSError * _Nullable __autoreleasing *)error;

    Swift

    convenience init(checkoutID: String) throws