Skip to main content

MerchantProfileWrongStatusRejection

Rejection returned when the Merchant Profile is not in the expected status

type MerchantProfileWrongStatusRejection implements Rejection {
message: String!
currentStatus: MerchantProfileStatus!
expectedStatus: MerchantProfileStatus!
}

Fields

MerchantProfileWrongStatusRejection.message ● String! non-null scalar

MerchantProfileWrongStatusRejection.currentStatus ● MerchantProfileStatus! non-null enum

MerchantProfileWrongStatusRejection.expectedStatus ● MerchantProfileStatus! non-null enum

Interfaces

Rejection interface

Implemented By

CreateMerchantPaymentLinkPayload union