Skip to main content

ConsumerAccountDates

Important dates for this account.

type ConsumerAccountDates {
availableUntil: DateTimeString
closedAt: DateTimeString
gracePeriodEnd: DateString
openedAt: DateTimeString!
planEnd: DateString
planStart: DateString!
runoutEnd: DateString
}

Fields

ConsumerAccountDates.availableUntil ● DateTimeString scalar

The date/time this account is available until. If null, account is open-ended. If, for example, a benefit had runout enabled, this would be the run out end date.

ConsumerAccountDates.closedAt ● DateTimeString scalar

The date/time this account was closed.

ConsumerAccountDates.gracePeriodEnd ● DateString scalar

The date the Grace Period for this account ends. If null, account does not have (or does not support) Grace Period.

ConsumerAccountDates.openedAt ● DateTimeString! non-null scalar

The date/time this account was opened.

ConsumerAccountDates.planEnd ● DateString scalar

The date the plan associated with this account ends. If null, plan is open-ended.

ConsumerAccountDates.planStart ● DateString! non-null scalar

The date the plan associated with this account starts.

ConsumerAccountDates.runoutEnd ● DateString scalar

The date runout for this account ends. If null, account does not have (or does not support) runout.

Member of

ConsumerAccountSummary object