IOloPayAPI

interface IOloPayAPI

Interface for mocking/testing purposes

Functions

createPaymentMethod
Link copied to clipboard
abstract suspend fun createPaymentMethod(context: Context, params: IPaymentMethodParams?): IPaymentMethod
abstract fun createPaymentMethod(context: Context, params: IPaymentMethodParams?, callback: ApiResultCallback<IPaymentMethod?>)

Create a payment method. See OloPayAPI for method documentation

Inheritors

OloPayAPI
Link copied to clipboard