RequestMerchantPaymentMethodsPayload
No description
union RequestMerchantPaymentMethodsPayload = RequestMerchantPaymentMethodsSuccessPayload | ForbiddenRejection | NotFoundRejection | InternalErrorRejection | ValidationRejection | InvalidPaymentMethodRequestRejection
Possible types
RequestMerchantPaymentMethodsPayload.RequestMerchantPaymentMethodsSuccessPayload object
RequestMerchantPaymentMethodsPayload.ForbiddenRejection object
RequestMerchantPaymentMethodsPayload.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
RequestMerchantPaymentMethodsPayload.InternalErrorRejection object
Rejection returned on unexpected server error
RequestMerchantPaymentMethodsPayload.ValidationRejection object
Rejection returned if an input contains invalid data
RequestMerchantPaymentMethodsPayload.InvalidPaymentMethodRequestRejection object
Returned By
requestMerchantPaymentMethods mutation