Skip to main content

RequestMerchantProfileUpdateSuccessPayload

Add Merchant Profile Success Payload

type RequestMerchantProfileUpdateSuccessPayload {
requestMerchantProfileUpdate: RequestMerchantProfileUpdate! @deprecated
merchantProfile: MerchantProfile!
}

Fields

RequestMerchantProfileUpdateSuccessPayload.requestMerchantProfileUpdate ● RequestMerchantProfileUpdate! deprecated non-null object

DEPRECATED

Use merchantProfile instead

Request Update Merchant Profile

RequestMerchantProfileUpdateSuccessPayload.merchantProfile ● MerchantProfile! non-null object

Implemented By

RequestMerchantProfileUpdatePayload union