Skip to main content

ViewerBillingStatus

Billing status of an organization.

enum ViewerBillingStatus {
TRIAL
ACTIVE
PAST_DUE
EXPIRED
CANCELED
SUSPENDED
PAYMENT_PENDING
PAYMENT_FAILED
}

Values​

ViewerBillingStatus.TRIAL {#trial}​

Free trial period

ViewerBillingStatus.ACTIVE {#active}​

Subscription is active and paid

ViewerBillingStatus.PAST_DUE {#past-due}​

Payment is overdue

ViewerBillingStatus.EXPIRED {#expired}​

Trial has expired

ViewerBillingStatus.CANCELED {#canceled}​

Subscription was canceled

ViewerBillingStatus.SUSPENDED {#suspended}​

Account is temporarily suspended

ViewerBillingStatus.PAYMENT_PENDING {#payment-pending}​

Waiting for payment to process

ViewerBillingStatus.PAYMENT_FAILED {#payment-failed}​

Payment failed

Member Of​

ViewerOrganizationBilling object