Skip to main content

Account

No description

type Account {
customerId: ID
customerEmail: String
billingAccountId: ID
pricingPlan: String
creditsAvailable: Boolean
autoRenewEnabled: Boolean
autoRechargeDesiredState: Boolean
autoRechargeCurrentState: Boolean
autoRechargeThresholdAmount: Int
autoRechargeRechargeToAmount: Int
autoRechargeLimitUsd: Int
autoRechargeReenableAfterTimestamp: String
}

Fields

Account.customerId ● ID scalar

Account.customerEmail ● String scalar

Account.billingAccountId ● ID scalar

Account.pricingPlan ● String scalar

Account.creditsAvailable ● Boolean scalar

Account.autoRenewEnabled ● Boolean scalar

Account.autoRechargeDesiredState ● Boolean scalar

Account.autoRechargeCurrentState ● Boolean scalar

Account.autoRechargeThresholdAmount ● Int scalar

Account.autoRechargeRechargeToAmount ● Int scalar

Account.autoRechargeLimitUsd ● Int scalar

Account.autoRechargeReenableAfterTimestamp ● String scalar

Returned By

account query