Processor

  • Class to process affirm transaction.

    See more

    Declaration

    Objective-C

    @interface OPPAffirmProcessor : NSObject

    Swift

    class OPPAffirmProcessor : NSObject
  • Class to process Cash App Pay Payments transaction.

    See more

    Declaration

    Objective-C

    @interface OPPCashAppPayProcessor : NSObject

    Swift

    class OPPCashAppPayProcessor : NSObject
  • Class to process Braintree (PAYPAL_PAYFAST and VENMO_PAYFAST) transaction.

    See more

    Declaration

    Swift

    @objc
    public class OPPBraintreeProcessor : NSObject
  • Class to process PAZE Payments transaction.

    See more

    Declaration

    Swift

    @objc
    public final class OPPPazeProcessor : NSObject
  • Class to process PayTo Payments transaction.

    See more

    Declaration

    Swift

    @objc
    public final class OPPPayToProcessor : NSObject