PaymentMethodsAPI

class PaymentMethodsAPI

Extensions

confirmPaymentMethod
Link copied to clipboard
fun PayAPI.PaymentMethodsAPI.confirmPaymentMethod(token: String, readTimeout: Long? = null): Call<Void>
deletePaymentMethod
Link copied to clipboard
fun PayAPI.PaymentMethodsAPI.deletePaymentMethod(paymentMethodId: String, readTimeout: Long? = null): Call<Void>
getPaymentMethod
Link copied to clipboard
fun PayAPI.PaymentMethodsAPI.getPaymentMethod(paymentMethodId: String, readTimeout: Long? = null): Call<PaymentMethod>
getPaymentMethods
Link copied to clipboard
fun PayAPI.PaymentMethodsAPI.getPaymentMethods(readTimeout: Long? = null): Call<PaymentMethods>
getPaymentMethodsIncludingCreditCheck
Link copied to clipboard
fun PayAPI.PaymentMethodsAPI.getPaymentMethodsIncludingCreditCheck(filterstatus: GetPaymentMethodsIncludingCreditCheckAPI.Filterstatus, filterpurpose: PRN? = null, readTimeout: Long? = null): Call<PaymentMethods>
getPaymentMethodsIncludingPaymentToken
Link copied to clipboard
fun PayAPI.PaymentMethodsAPI.getPaymentMethodsIncludingPaymentToken(include: GetPaymentMethodsIncludingPaymentTokenAPI.Include, filterpurpose: PRN? = null, readTimeout: Long? = null): Call<PaymentMethods>
notificationForPaymentMethod
Link copied to clipboard
fun PayAPI.PaymentMethodsAPI.notificationForPaymentMethod(type: String? = null, readTimeout: Long? = null): Call<Void>
patchPaymentMethod
Link copied to clipboard
fun PayAPI.PaymentMethodsAPI.patchPaymentMethod(paymentMethodId: String, body: PatchPaymentMethodAPI.Body, readTimeout: Long? = null): Call<PaymentMethod>