MerchantProfileStatus
Merchant Profile Statuses
enum MerchantProfileStatus {
  PendingReview
  Enabled
  Rejected
  Suspended
  Disabled
}
Values
MerchantProfileStatus.PendingReview
A Merchant Profile is created in the PendingReview status
MerchantProfileStatus.Enabled
Enabled
MerchantProfileStatus.Rejected
Rejected
MerchantProfileStatus.Suspended
Suspended
MerchantProfileStatus.Disabled
Disabled
Member Of
DisabledMerchantProfileStatusInfo  object ● EnabledMerchantProfileStatusInfo  object ● MerchantProfileFiltersInput  input ● MerchantProfileStatusInfo  interface ● MerchantProfileWrongStatusRejection  object ● PendingReviewMerchantProfileStatusInfo  object ● RejectedMerchantProfileStatusInfo  object ● SuspendedMerchantProfileStatusInfo  object