Record
get-account-billing-invoice-response
No description available.
record get-account-billing-invoice-response {
balance: option<f64>,
currency: option<string>,
due-date: option<string>,
id: option<string>,
invoice-date: option<string>,
invoice-items: option<list<get-account-billing-invoice-response-invoice-items-item>>,
invoice-number: option<string>,
status: option<string>,
target-date: option<string>,
tax-amount: option<f64>,
total-amount: option<f64>,
}Fields
| Name | Type | Description |
|---|---|---|
| balance | option<f64> | |
| currency | option<string> | |
| due-date | option<string> | |
| id | option<string> | |
| invoice-date | option<string> | |
| invoice-items | option<list<get-account-billing-invoice-response-invoice-items-item>> | |
| invoice-number | option<string> | |
| status | option<string> | |
| target-date | option<string> | |
| tax-amount | option<f64> | |
| total-amount | option<f64> |