GetPaymentMethodsIncludingCreditCheckService

interface GetPaymentMethodsIncludingCreditCheckService

Functions

getPaymentMethodsIncludingCreditCheck
Link copied to clipboard
@GET(value = "payment-methods")
abstract fun getPaymentMethodsIncludingCreditCheck(@Query(value = "filter[status]"filterstatus: GetPaymentMethodsIncludingCreditCheckAPI.Filterstatus, @Query(value = "filter[purpose]"filterpurpose: PRN? = null): Call<PaymentMethods>