Skip to content

Latest commit

 

History

History
executable file
·
20 lines (17 loc) · 2.5 KB

File metadata and controls

executable file
·
20 lines (17 loc) · 2.5 KB

PassField

Properties

Name Type Description Notes
id string System ID. [optional]
template_id string [optional]
label string The field label, usually represented as a title on the pass.
value string The default value for the field.
change_message string The message that appears when you change the value for a field. `%@` will be replaced with a new value. [optional]
alignment string Alignment for field title and body text for fields which are displayed on the front of Apple Wallet pass. [optional] [default to 'natural']
date_style string [optional] [default to 'none']
time_style string [optional] [default to 'none']
number_style string [optional] [default to 'none']
position_priority int Priority indicates the position of the section. If the field type is a text module, the priority of the text module. [optional] [default to 0]
apple_position string Selects a section to render a field. One of - `header` - `primary` - `secondary` - `aux` - `back` `none` if you don't want to render this field on Apple passes. [optional] [default to 'none']
google_position string Sets a position of field on the pass. Determines which field the data will be mapped to on the Google Pay pass. > Note, not all Google Pay fields support labels or localization. > Where not supported, label and localization options will be ignored. - `boarding_boarding_time`: DateTime - `boarding_gate_closes`: DateTime - `boarding_departure_time`: DateTime - `boarding_arrival_time`: DateTime - `event_start`: DateTime - `event_end`: DateTime - `event_face_value`: Currency - `gift_balance`: Currency - `transit_valid_from`: DateTime - `transit_valid_until`: DateTime - `transit_purchase_date`: DateTime - `transit_face_value`: Currency - `transit_purchase_price`: Currency - `text_module`: Common fields `none` if you don't want to render this field on Google passes. [optional] [default to 'none']

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