Record
invoices-get-summary-by-uuid-response-user-billing-address
No description available.
record invoices-get-summary-by-uuid-response-user-billing-address {
address-line1: option<string>,
address-line2: option<string>,
city: option<string>,
country-iso2-code: option<string>,
created-at: option<string>,
postal-code: option<string>,
region: option<string>,
updated-at: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| address-line1 | option<string> | |
| address-line2 | option<string> | |
| city | option<string> | |
| country-iso2-code | option<string> | |
| created-at | option<string> | |
| postal-code | option<string> | |
| region | option<string> | |
| updated-at | option<string> |