Show / Hide Table of Contents

Class TransitClass

Inheritance
object
TransitClass
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Walletobjects.v1.Data
Assembly: Google.Apis.Walletobjects.v1.dll
Syntax
public class TransitClass : IDirectResponseSchema

Properties

ActivationOptions

Activation options for an activatable ticket.

Declaration
[JsonProperty("activationOptions")]
public virtual ActivationOptions ActivationOptions { get; set; }
Property Value
Type Description
ActivationOptions

AllowMultipleUsersPerObject

Deprecated. Use multipleDevicesAndHoldersAllowedStatus instead.

Declaration
[JsonProperty("allowMultipleUsersPerObject")]
public virtual bool? AllowMultipleUsersPerObject { get; set; }
Property Value
Type Description
bool?

AppLinkData

Optional app or website link that will be displayed as a button on the front of the pass. If AppLinkData is provided for the corresponding object that will be used instead.

Declaration
[JsonProperty("appLinkData")]
public virtual AppLinkData AppLinkData { get; set; }
Property Value
Type Description
AppLinkData

CallbackOptions

Callback options to be used to call the issuer back for every save/delete of an object for this class by the end-user. All objects of this class are eligible for the callback.

Declaration
[JsonProperty("callbackOptions")]
public virtual CallbackOptions CallbackOptions { get; set; }
Property Value
Type Description
CallbackOptions

ClassTemplateInfo

Template information about how the class should be displayed. If unset, Google will fallback to a default set of fields to display.

Declaration
[JsonProperty("classTemplateInfo")]
public virtual ClassTemplateInfo ClassTemplateInfo { get; set; }
Property Value
Type Description
ClassTemplateInfo

CountryCode

Country code used to display the card's country (when the user is not in that country), as well as to display localized content when content is not available in the user's locale.

Declaration
[JsonProperty("countryCode")]
public virtual string CountryCode { get; set; }
Property Value
Type Description
string

CustomCarriageLabel

A custom label to use for the carriage value (transitObject.ticketLeg.carriage).

Declaration
[JsonProperty("customCarriageLabel")]
public virtual LocalizedString CustomCarriageLabel { get; set; }
Property Value
Type Description
LocalizedString

CustomCoachLabel

A custom label to use for the coach value (transitObject.ticketLeg.ticketSeat.coach).

Declaration
[JsonProperty("customCoachLabel")]
public virtual LocalizedString CustomCoachLabel { get; set; }
Property Value
Type Description
LocalizedString

CustomConcessionCategoryLabel

A custom label to use for the transit concession category value (transitObject.concessionCategory).

Declaration
[JsonProperty("customConcessionCategoryLabel")]
public virtual LocalizedString CustomConcessionCategoryLabel { get; set; }
Property Value
Type Description
LocalizedString

CustomConfirmationCodeLabel

A custom label to use for the confirmation code value (transitObject.purchaseDetails.confirmationCode).

Declaration
[JsonProperty("customConfirmationCodeLabel")]
public virtual LocalizedString CustomConfirmationCodeLabel { get; set; }
Property Value
Type Description
LocalizedString

CustomDiscountMessageLabel

A custom label to use for the transit discount message value (transitObject.purchaseDetails.ticketCost.discountMessage).

Declaration
[JsonProperty("customDiscountMessageLabel")]
public virtual LocalizedString CustomDiscountMessageLabel { get; set; }
Property Value
Type Description
LocalizedString

CustomFareClassLabel

A custom label to use for the fare class value (transitObject.ticketLeg.ticketSeat.fareClass).

Declaration
[JsonProperty("customFareClassLabel")]
public virtual LocalizedString CustomFareClassLabel { get; set; }
Property Value
Type Description
LocalizedString

CustomFareNameLabel

A custom label to use for the transit fare name value (transitObject.ticketLeg.fareName).

Declaration
[JsonProperty("customFareNameLabel")]
public virtual LocalizedString CustomFareNameLabel { get; set; }
Property Value
Type Description
LocalizedString

CustomOtherRestrictionsLabel

A custom label to use for the other restrictions value (transitObject.ticketRestrictions.otherRestrictions).

Declaration
[JsonProperty("customOtherRestrictionsLabel")]
public virtual LocalizedString CustomOtherRestrictionsLabel { get; set; }
Property Value
Type Description
LocalizedString

CustomPlatformLabel

A custom label to use for the boarding platform value (transitObject.ticketLeg.platform).

Declaration
[JsonProperty("customPlatformLabel")]
public virtual LocalizedString CustomPlatformLabel { get; set; }
Property Value
Type Description
LocalizedString

CustomPurchaseFaceValueLabel

A custom label to use for the purchase face value (transitObject.purchaseDetails.ticketCost.faceValue).

Declaration
[JsonProperty("customPurchaseFaceValueLabel")]
public virtual LocalizedString CustomPurchaseFaceValueLabel { get; set; }
Property Value
Type Description
LocalizedString

CustomPurchasePriceLabel

A custom label to use for the purchase price value (transitObject.purchaseDetails.ticketCost.purchasePrice).

Declaration
[JsonProperty("customPurchasePriceLabel")]
public virtual LocalizedString CustomPurchasePriceLabel { get; set; }
Property Value
Type Description
LocalizedString

CustomPurchaseReceiptNumberLabel

A custom label to use for the purchase receipt number value (transitObject.purchaseDetails.purchaseReceiptNumber).

Declaration
[JsonProperty("customPurchaseReceiptNumberLabel")]
public virtual LocalizedString CustomPurchaseReceiptNumberLabel { get; set; }
Property Value
Type Description
LocalizedString

CustomRouteRestrictionsDetailsLabel

A custom label to use for the route restrictions details value (transitObject.ticketRestrictions.routeRestrictionsDetails).

Declaration
[JsonProperty("customRouteRestrictionsDetailsLabel")]
public virtual LocalizedString CustomRouteRestrictionsDetailsLabel { get; set; }
Property Value
Type Description
LocalizedString

CustomRouteRestrictionsLabel

A custom label to use for the route restrictions value (transitObject.ticketRestrictions.routeRestrictions).

Declaration
[JsonProperty("customRouteRestrictionsLabel")]
public virtual LocalizedString CustomRouteRestrictionsLabel { get; set; }
Property Value
Type Description
LocalizedString

CustomSeatLabel

A custom label to use for the seat location value (transitObject.ticketLeg.ticketSeat.seat).

Declaration
[JsonProperty("customSeatLabel")]
public virtual LocalizedString CustomSeatLabel { get; set; }
Property Value
Type Description
LocalizedString

CustomTicketNumberLabel

A custom label to use for the ticket number value (transitObject.ticketNumber).

Declaration
[JsonProperty("customTicketNumberLabel")]
public virtual LocalizedString CustomTicketNumberLabel { get; set; }
Property Value
Type Description
LocalizedString

CustomTimeRestrictionsLabel

A custom label to use for the time restrictions details value (transitObject.ticketRestrictions.timeRestrictions).

Declaration
[JsonProperty("customTimeRestrictionsLabel")]
public virtual LocalizedString CustomTimeRestrictionsLabel { get; set; }
Property Value
Type Description
LocalizedString

CustomTransitTerminusNameLabel

A custom label to use for the transit terminus name value (transitObject.ticketLeg.transitTerminusName).

Declaration
[JsonProperty("customTransitTerminusNameLabel")]
public virtual LocalizedString CustomTransitTerminusNameLabel { get; set; }
Property Value
Type Description
LocalizedString

CustomZoneLabel

A custom label to use for the boarding zone value (transitObject.ticketLeg.zone).

Declaration
[JsonProperty("customZoneLabel")]
public virtual LocalizedString CustomZoneLabel { get; set; }
Property Value
Type Description
LocalizedString

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

EnableSingleLegItinerary

Controls the display of the single-leg itinerary for this class. By default, an itinerary will only display for multi-leg trips.

Declaration
[JsonProperty("enableSingleLegItinerary")]
public virtual bool? EnableSingleLegItinerary { get; set; }
Property Value
Type Description
bool?

EnableSmartTap

Identifies whether this class supports Smart Tap. The redemptionIssuers and object level smartTapRedemptionLevel fields must also be set up correctly in order for a pass to support Smart Tap.

Declaration
[JsonProperty("enableSmartTap")]
public virtual bool? EnableSmartTap { get; set; }
Property Value
Type Description
bool?

HeroImage

Optional banner image displayed on the front of the card. If none is present, nothing will be displayed. The image will display at 100% width.

Declaration
[JsonProperty("heroImage")]
public virtual Image HeroImage { get; set; }
Property Value
Type Description
Image

HexBackgroundColor

The background color for the card. If not set the dominant color of the hero image is used, and if no hero image is set, the dominant color of the logo is used. The format is #rrggbb where rrggbb is a hex RGB triplet, such as #ffcc00. You can also use the shorthand version of the RGB triplet which is #rgb, such as #fc0.

Declaration
[JsonProperty("hexBackgroundColor")]
public virtual string HexBackgroundColor { get; set; }
Property Value
Type Description
string

HomepageUri

The URI of your application's home page. Populating the URI in this field results in the exact same behavior as populating an URI in linksModuleData (when an object is rendered, a link to the homepage is shown in what would usually be thought of as the linksModuleData section of the object).

Declaration
[JsonProperty("homepageUri")]
public virtual Uri HomepageUri { get; set; }
Property Value
Type Description
Uri

Id

Required. The unique identifier for a class. This ID must be unique across all classes from an issuer. This value should follow the format issuer ID. identifier where the former is issued by Google and latter is chosen by you. Your unique identifier should only include alphanumeric characters, '.', '_', or '-'.

Declaration
[JsonProperty("id")]
public virtual string Id { get; set; }
Property Value
Type Description
string

ImageModulesData

Image module data. The maximum number of these fields displayed is 1 from object level and 1 for class object level.

Declaration
[JsonProperty("imageModulesData")]
public virtual IList<ImageModuleData> ImageModulesData { get; set; }
Property Value
Type Description
IList<ImageModuleData>

InfoModuleData

Deprecated. Use textModulesData instead.

Declaration
[JsonProperty("infoModuleData")]
public virtual InfoModuleData InfoModuleData { get; set; }
Property Value
Type Description
InfoModuleData

IssuerName

Required. The issuer name. Recommended maximum length is 20 characters to ensure full string is displayed on smaller screens.

Declaration
[JsonProperty("issuerName")]
public virtual string IssuerName { get; set; }
Property Value
Type Description
string

LanguageOverride

If this field is present, transit tickets served to a user's device will always be in this language. Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".

Declaration
[JsonProperty("languageOverride")]
public virtual string LanguageOverride { get; set; }
Property Value
Type Description
string

LinksModuleData

Links module data. If links module data is also defined on the object, both will be displayed.

Declaration
[JsonProperty("linksModuleData")]
public virtual LinksModuleData LinksModuleData { get; set; }
Property Value
Type Description
LinksModuleData

LocalizedIssuerName

Translated strings for the issuer_name. Recommended maximum length is 20 characters to ensure full string is displayed on smaller screens.

Declaration
[JsonProperty("localizedIssuerName")]
public virtual LocalizedString LocalizedIssuerName { get; set; }
Property Value
Type Description
LocalizedString

Locations

Note: This field is currently not supported to trigger geo notifications.

Declaration
[JsonProperty("locations")]
public virtual IList<LatLongPoint> Locations { get; set; }
Property Value
Type Description
IList<LatLongPoint>

Logo

Required. The logo image of the ticket. This image is displayed in the card detail view of the app.

Declaration
[JsonProperty("logo")]
public virtual Image Logo { get; set; }
Property Value
Type Description
Image

MerchantLocations

Merchant locations. There is a maximum of ten on the class. Any additional MerchantLocations added beyond the 10 will be rejected. These locations will trigger a notification when a user enters within a Google-set radius of the point. This field replaces the deprecated LatLongPoints.

Declaration
[JsonProperty("merchantLocations")]
public virtual IList<MerchantLocation> MerchantLocations { get; set; }
Property Value
Type Description
IList<MerchantLocation>

Messages

An array of messages displayed in the app. All users of this object will receive its associated messages. The maximum number of these fields is 10.

Declaration
[JsonProperty("messages")]
public virtual IList<Message> Messages { get; set; }
Property Value
Type Description
IList<Message>

MultipleDevicesAndHoldersAllowedStatus

Identifies whether multiple users and devices will save the same object referencing this class.

Declaration
[JsonProperty("multipleDevicesAndHoldersAllowedStatus")]
public virtual string MultipleDevicesAndHoldersAllowedStatus { get; set; }
Property Value
Type Description
string

NotifyPreference

Whether or not field updates to this class should trigger notifications. When set to NOTIFY, we will attempt to trigger a field update notification to users. These notifications will only be sent to users if the field is part of an allowlist. If set to DO_NOT_NOTIFY or NOTIFICATION_SETTINGS_UNSPECIFIED, no notification will be triggered. This setting is ephemeral and needs to be set with each PATCH or UPDATE request, otherwise a notification will not be triggered.

Declaration
[JsonProperty("notifyPreference")]
public virtual string NotifyPreference { get; set; }
Property Value
Type Description
string

RedemptionIssuers

Identifies which redemption issuers can redeem the pass over Smart Tap. Redemption issuers are identified by their issuer ID. Redemption issuers must have at least one Smart Tap key configured. The enableSmartTap and object level smartTapRedemptionLevel fields must also be set up correctly in order for a pass to support Smart Tap.

Declaration
[JsonProperty("redemptionIssuers")]
public virtual IList<long?> RedemptionIssuers { get; set; }
Property Value
Type Description
IList<long?>

Review

The review comments set by the platform when a class is marked approved or rejected.

Declaration
[JsonProperty("review")]
public virtual Review Review { get; set; }
Property Value
Type Description
Review

ReviewStatus

Required. The status of the class. This field can be set to draft or underReview using the insert, patch, or update API calls. Once the review state is changed from draft it may not be changed back to draft. You should keep this field to draft when the class is under development. A draft class cannot be used to create any object. You should set this field to underReview when you believe the class is ready for use. The platform will automatically set this field to approved and it can be immediately used to create or migrate objects. When updating an already approved class you should keep setting this field to underReview.

Declaration
[JsonProperty("reviewStatus")]
public virtual string ReviewStatus { get; set; }
Property Value
Type Description
string

SecurityAnimation

Optional information about the security animation. If this is set a security animation will be rendered on pass details.

Declaration
[JsonProperty("securityAnimation")]
public virtual SecurityAnimation SecurityAnimation { get; set; }
Property Value
Type Description
SecurityAnimation

TextModulesData

Text module data. If text module data is also defined on the class, both will be displayed. The maximum number of these fields displayed is 10 from the object and 10 from the class.

Declaration
[JsonProperty("textModulesData")]
public virtual IList<TextModuleData> TextModulesData { get; set; }
Property Value
Type Description
IList<TextModuleData>

TransitOperatorName

The name of the transit operator.

Declaration
[JsonProperty("transitOperatorName")]
public virtual LocalizedString TransitOperatorName { get; set; }
Property Value
Type Description
LocalizedString

TransitType

Required. The type of transit this class represents, such as "bus".

Declaration
[JsonProperty("transitType")]
public virtual string TransitType { get; set; }
Property Value
Type Description
string

ValueAddedModuleData

Optional value added module data. Maximum of ten on the class. For a pass only ten will be displayed, prioritizing those from the object.

Declaration
[JsonProperty("valueAddedModuleData")]
public virtual IList<ValueAddedModuleData> ValueAddedModuleData { get; set; }
Property Value
Type Description
IList<ValueAddedModuleData>

Version

Deprecated

Declaration
[JsonProperty("version")]
public virtual long? Version { get; set; }
Property Value
Type Description
long?

ViewUnlockRequirement

View Unlock Requirement options for the transit ticket.

Declaration
[JsonProperty("viewUnlockRequirement")]
public virtual string ViewUnlockRequirement { get; set; }
Property Value
Type Description
string

Watermark

Watermark image to display on the user's device.

Declaration
[JsonProperty("watermark")]
public virtual Image Watermark { get; set; }
Property Value
Type Description
Image

WideLogo

The wide logo of the ticket. When provided, this will be used in place of the logo in the top left of the card view.

Declaration
[JsonProperty("wideLogo")]
public virtual Image WideLogo { get; set; }
Property Value
Type Description
Image

WordMark

Deprecated.

Declaration
[JsonProperty("wordMark")]
public virtual Image WordMark { get; set; }
Property Value
Type Description
Image

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX