AccountBillingInterval
Represents the billing interval for an account.
enum AccountBillingInterval {
MONTHLY
}
Values
AccountBillingInterval.MONTHLY
The account is billed monthly.
Member Of
AccountBillingDetails
object