createPaymentMethodDKV

@POST(value = "payment-methods/dkv")
abstract fun createPaymentMethodDKV(@Body body: CreatePaymentMethodDKVAPI.Body): Call<PaymentMethod>