NotificationForPaymentMethodService

interface NotificationForPaymentMethodService

Functions

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