create Payment Method
abstract fun createPaymentMethod(context: Context, params: IPaymentMethodParams?, callback: ApiResultCallback<IPaymentMethod?>)
abstract suspend fun createPaymentMethod(context: Context, params: IPaymentMethodParams?): IPaymentMethod
Create a payment method. See OloPayAPI for method documentation