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:
11
docs/models/components/customerreference.md
Normal file
11
docs/models/components/customerreference.md
Normal file
@@ -0,0 +1,11 @@
|
||||
# CustomerReference
|
||||
|
||||
Specify the reference field on the label (FedEx only).
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
||||
| `prefix` | *Optional[str]* | :heavy_minus_sign: | Custom prefix for customer reference field (ZPL labels only). Up to 11 characters, including trailing <br/>spaces. Empty string indicates removal of default prefix. To use the default prefix, do not include<br/>this property. |
|
||||
| `value` | *Optional[str]* | :heavy_minus_sign: | Optional text to be printed on the shipping label for customer reference. Up to 40 characters. If <br/>this is provided, reference_1 will be ignored. |
|
||||
Reference in New Issue
Block a user