mirror of
https://github.com/LukeHagar/speakeasy-playground.git
synced 2025-12-08 04:21:27 +00:00
11 lines
8.0 KiB
Markdown
11 lines
8.0 KiB
Markdown
# LiveRateCreateRequest
|
|
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Required | Description | Example |
|
|
| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
|
| `address_to` | [Union[str, components.AddressCompleteCreateRequest]](../../models/components/addressto.md) | :heavy_check_mark: | The recipient address, which includes the recipient's name, company name, street address, city, state, zip code, <br/>country, phone number, and email address (strings). Special characters should not be included in <br/>any address element, especially name, company, and email. | |
|
|
| `line_items` | List[[components.LineItem](../../models/components/lineitem.md)] | :heavy_check_mark: | Array of Line Item objects | |
|
|
| `address_from` | [Optional[Union[str, components.AddressCompleteCreateRequest]]](../../models/components/addressfrom.md) | :heavy_minus_sign: | The sender address, which includes your name, company name, street address, city, state, zip code, <br/>country, phone number, and email address (strings). Special characters should not be included in <br/>any address element, especially name, company, and email. | |
|
|
| `parcel` | [Optional[Union[str, components.Parcel]]](../../models/components/liveratecreaterequestparcel.md) | :heavy_minus_sign: | Object ID for an existing User Parcel Template OR a fully formed Parcel object. | 5df144dca289442cv7a06 | |