MerchantProfileWrongStatusRejection
Rejection returned when the Merchant Profile is not in the expected status
type MerchantProfileWrongStatusRejection implements Rejection {
message: String!
currentStatus: MerchantProfileStatus!
expectedStatus: MerchantProfileStatus!
}