RejectedMerchantProfileStatusInfo
RejectedMerchantProfileStatusInfo
type RejectedMerchantProfileStatusInfo implements MerchantProfileStatusInfo {
status: MerchantProfileStatus!
rejectedAt: Date!
rejectionReason: MerchantProfileRejectionReason!
}
Fields
RejectedMerchantProfileStatusInfo.status ● MerchantProfileStatus! non-null enum
RejectedMerchantProfileStatusInfo.rejectedAt ● Date! non-null scalar
RejectedMerchantProfileStatusInfo.rejectionReason ● MerchantProfileRejectionReason! non-null enum
Interfaces
MerchantProfileStatusInfo interface
Merchant Profile Status Information