mirror of
https://github.com/LukeHagar/speakeasy-playground.git
synced 2025-12-09 20:57:44 +00:00
11 lines
680 B
Markdown
11 lines
680 B
Markdown
# BaseShippoAccountStruct
|
|
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Required | Description | Example |
|
|
| ------------------ | ------------------ | ------------------ | ------------------ | ------------------ |
|
|
| `email` | *str* | :heavy_check_mark: | N/A | hippo@shippo.com |
|
|
| `first_name` | *str* | :heavy_check_mark: | N/A | Shippo |
|
|
| `last_name` | *str* | :heavy_check_mark: | N/A | Meister |
|
|
| `company_name` | *str* | :heavy_check_mark: | N/A | Acme | |