IOlo Pay API
Interface for mocking/testing purposes
Functions
create Payment Method
Link copied to clipboard
abstract suspend fun createPaymentMethod(context: Context, params: IPaymentMethodParams?): IPaymentMethod
Content copied to clipboard
abstract fun createPaymentMethod(context: Context, params: IPaymentMethodParams?, callback: ApiResultCallback<IPaymentMethod?>)
Content copied to clipboard
Create a payment method. See OloPayAPI for method documentation
Inheritors
OloPayAPI
Link copied to clipboard