| Name | Type | Description | Notes |
|---|---|---|---|
| format | string | Provide `none` if you don't need barcode on your pass. | [optional] [default to 'none'] |
| type | string | Default is `system`. - `system`: Each issued pass will use it's unique id for barcode payload. - `fixed`: All issued passes use the same payload as defined in it's template. - `per_pass`: Barcode payload needs to be provided on each pass creation request. | [optional] [default to 'system'] |
| payload | string | Defaults to pass id | [optional] |
| alt_text | string | Defaults to payload | [optional] |