DisableMerchantPaymentMethodPayload
No description
union DisableMerchantPaymentMethodPayload = DisableMerchantPaymentMethodSuccessPayload | ForbiddenRejection | InternalErrorRejection | NotFoundRejection | MerchantPaymentMethodWrongStatusRejection
Possible types
DisableMerchantPaymentMethodPayload.DisableMerchantPaymentMethodSuccessPayload
object
DisableMerchantPaymentMethodPayload.ForbiddenRejection
object
DisableMerchantPaymentMethodPayload.InternalErrorRejection
object
Rejection returned on unexpected server error
DisableMerchantPaymentMethodPayload.NotFoundRejection
object
Rejection returned if the entity was not found or if the user does not have the rights to know that the account exists
DisableMerchantPaymentMethodPayload.MerchantPaymentMethodWrongStatusRejection
object
Returned By
disableMerchantPaymentMethod
mutation