OPPClearPayPaymentParams

@interface OPPClearPayPaymentParams : OPPPaymentParams

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

  • Undocumented

    Declaration

    Objective-C

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

    Swift

    convenience init?(checkoutID: Any!, error: Any!)