ENUM

PurchaseProfileState

link GraphQL Schema definition

1enum PurchaseProfileState {
2
3ACTIVE
4
5CANCELLED
6
7INACTIVE
8
9MIGRATED
10}