notificationForPaymentMethod

@POST(value = "payment-methods/{paymentMethodId}/notification")
abstract fun notificationForPaymentMethod(@Query(value = "type"type: String? = null): Call<Void>