New Payment Methods API
class NewPaymentMethodsAPI
Content copied to clipboard
Extensions
create Payment Method Credit Card
Link copied to clipboard
fun PayAPI.NewPaymentMethodsAPI.createPaymentMethodCreditCard(body: CreatePaymentMethodCreditCardAPI.Body, readTimeout: Long? = null): Call<PaymentMethod>
Content copied to clipboard
create Payment Method DKV
Link copied to clipboard
fun PayAPI.NewPaymentMethodsAPI.createPaymentMethodDKV(body: CreatePaymentMethodDKVAPI.Body, readTimeout: Long? = null): Call<PaymentMethod>
Content copied to clipboard
create Payment Method Hoyer
Link copied to clipboard
fun PayAPI.NewPaymentMethodsAPI.createPaymentMethodHoyer(body: CreatePaymentMethodHoyerAPI.Body, readTimeout: Long? = null): Call<PaymentMethod>
Content copied to clipboard
create Payment Method Pay Direkt
Link copied to clipboard
fun PayAPI.NewPaymentMethodsAPI.createPaymentMethodPayDirekt(body: CreatePaymentMethodPayDirektAPI.Body, readTimeout: Long? = null): Call<PaymentMethod>
Content copied to clipboard
create Payment Method Pay Pal
Link copied to clipboard
fun PayAPI.NewPaymentMethodsAPI.createPaymentMethodPayPal(body: CreatePaymentMethodPayPalAPI.Body, readTimeout: Long? = null): Call<PaymentMethod>
Content copied to clipboard
create Payment Method SEPA
Link copied to clipboard
fun PayAPI.NewPaymentMethodsAPI.createPaymentMethodSEPA(body: CreatePaymentMethodSEPAAPI.Body, readTimeout: Long? = null): Call<PaymentMethod>
Content copied to clipboard
create Payment Method ZGM
Link copied to clipboard
fun PayAPI.NewPaymentMethodsAPI.createPaymentMethodZGM(body: CreatePaymentMethodZGMAPI.Body, readTimeout: Long? = null): Call<PaymentMethod>
Content copied to clipboard