/** * Section API * Get edgey with the Section API * * OpenAPI spec version: 1.0.0 * * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * Do not edit the class manually. */ /** * * @export * @interface BillingSummary */ export interface BillingSummary { /** * Billing enabled * @type {boolean} * @memberof BillingSummary */ enabled?: any; /** * Billing provisioning * @type {boolean} * @memberof BillingSummary */ provisioning?: any; /** * Billing linked to user * @type {string} * @memberof BillingSummary */ user?: any; /** * Meter type for account * @type {string} * @memberof BillingSummary */ meter_type?: any; /** * Account balance for period * @type {number} * @memberof BillingSummary */ outstanding_balance?: any; /** * Next billing period starts * @type {string} * @memberof BillingSummary */ period_next?: any; /** * Billing period started * @type {string} * @memberof BillingSummary */ period_started?: any; /** * Billing portal URL * @type {string} * @memberof BillingSummary */ billing_portal?: any; /** * Account status * @type {string} * @memberof BillingSummary */ state?: any; }