mirror of
https://github.com/LukeHagar/speakeasy-playground.git
synced 2025-12-09 20:57:44 +00:00
generate sdk
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
# ConnectExistingOwnUPSAccountRequest
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description | Example |
|
||||
| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
||||
| `account_id` | *str* | :heavy_check_mark: | This field is required as input to the API, but is not used for UPS. Use the empty string. | |
|
||||
| `active` | *bool* | :heavy_check_mark: | N/A | |
|
||||
| `parameters` | [components.UPSConnectExistingOwnAccountParameters](../../models/components/upsconnectexistingownaccountparameters.md) | :heavy_check_mark: | An array of additional parameters for the account, such as e.g. password or token.<br/>Please check the <a href="https://docs.goshippo.com/docs/carriers/carrieraccounts/">carrier accounts tutorial</a> page for the parameters per carrier.<br> <br/>To protect account information, this field will be masked in any API response. | |
|
||||
| `carrier` | *Optional[str]* | :heavy_minus_sign: | N/A | ups |
|
||||
| `metadata` | *Optional[str]* | :heavy_minus_sign: | N/A | UPS Account |
|
||||
| `test` | *Optional[bool]* | :heavy_minus_sign: | N/A | false |
|
||||
Reference in New Issue
Block a user