Skip to content

Latest commit

 

History

History
executable file
·
24 lines (21 loc) · 1.57 KB

File metadata and controls

executable file
·
24 lines (21 loc) · 1.57 KB

ProjectRequest

Properties

Name Type Description Notes
type string [optional]
external_id string The custom/external ID you want to use. Cannot be changed after creation. [optional]
template_id string Optional. Provide Template ID to specify Project design and distribution settings. [optional]
redeemed_template_id string Optional. Template ID that will be switched to after pass redemption. [optional]
title string Used to identify this Project. Not shown to the customer.
is_enabled bool Is it allowed to issue new passes for this Project. [optional] [default to false]
background_color string [optional]
text_color string Optional. Can be calculated from background color. [optional]
label_color string Can be calculated from background_color. [optional]
settings array [optional]
images string[] Array of Asset IDs, at least logo must be present.
organization_name string
links \WalletPassJP\Model\Link[] [optional]
beacons \WalletPassJP\Model\Beacon[] [optional]
locations \WalletPassJP\Model\Location[] [optional]
tags string[] Optional array of tags to attach [optional]

[Back to Model list] [Back to API list] [Back to README]