GetPaymentMethodKindsService

interface GetPaymentMethodKindsService

Functions

getPaymentMethodKinds
Link copied to clipboard
@GET(value = "payment-method-kinds")
abstract fun getPaymentMethodKinds(@Header(value = "Accept-Language"acceptLanguage: String? = null, @Query(value = "additionalData"additionalData: Boolean? = null): Call<PaymentMethodKinds>