RequestMerchantProfileUpdatePayload
Add Merchant Profile Payload
union RequestMerchantProfileUpdatePayload = RequestMerchantProfileUpdateSuccessPayload | ForbiddenRejection | AccountNotFoundRejection | InternalErrorRejection | ValidationRejection
Possible types
RequestMerchantProfileUpdatePayload.RequestMerchantProfileUpdateSuccessPayload
object
Add Merchant Profile Success Payload
RequestMerchantProfileUpdatePayload.ForbiddenRejection
object
RequestMerchantProfileUpdatePayload.AccountNotFoundRejection
object
Rejection returned if the account was not found or if the user does not have the rights to know that the card exists
RequestMerchantProfileUpdatePayload.InternalErrorRejection
object
Rejection returned on unexpected server error
RequestMerchantProfileUpdatePayload.ValidationRejection
object
Rejection returned if an input contains invalid data
Returned By
requestMerchantProfileUpdate
mutation