Record
invoices-get-summary-by-uuid-response
No description available.
record invoices-get-summary-by-uuid-response {
amount: option<string>,
billing-period: option<string>,
credits-and-adjustments: option<invoices-get-summary-by-uuid-response-credits-and-adjustments>,
invoice-uuid: option<string>,
overages: option<invoices-get-summary-by-uuid-response-overages>,
product-charges: option<invoices-get-summary-by-uuid-response-product-charges>,
taxes: option<invoices-get-summary-by-uuid-response-taxes>,
user-billing-address: option<invoices-get-summary-by-uuid-response-user-billing-address>,
user-company: option<string>,
user-email: option<string>,
user-name: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| amount | option<string> | |
| billing-period | option<string> | |
| credits-and-adjustments | option<invoices-get-summary-by-uuid-response-credits-and-adjustments> | |
| invoice-uuid | option<string> | |
| overages | option<invoices-get-summary-by-uuid-response-overages> | |
| product-charges | option<invoices-get-summary-by-uuid-response-product-charges> | |
| taxes | option<invoices-get-summary-by-uuid-response-taxes> | |
| user-billing-address | option<invoices-get-summary-by-uuid-response-user-billing-address> | |
| user-company | option<string> | |
| user-email | option<string> | |
| user-name | option<string> |