BillingOptionsType
Information about an account's billing schedule.
Fields
The date on which the current billing cycle will end. Null if the account is on flexible billing.
The date on which the current billing cycle started.
If true, this account is billed on specific day of a regular cycle. If false, the billing schedule is flexible, depending on when meter readings are submitted.
The next date on which this account will next be billed. This is the same as the start date for their next bill cycle. Null if the account is on flexible billing.
The day of the month on which the account's billing period should start.
The example data in the variables and responses below are autogenerated values designed to resemble real inputs. They do not represent actual customer data, and in some cases may require additional validation.
Example
{
"currentBillingPeriodEndDate": "1994-07-12",
"currentBillingPeriodStartDate": "2013-12-18",
"isFixed": true,
"nextBillingDate": "1997-06-27",
"periodLength": "MONTHLY",
"periodLengthMultiplier": 92,
"periodStartDay": 63
}