totalPrice property

  1. @JsonKey(name: 'totalPrice')
SemanticTagTypeCurrencyAmount? totalPrice
final

The total price for the pass. Use this key for any pass type.

Implementation

@JsonKey(name: 'totalPrice')
final SemanticTagTypeCurrencyAmount? totalPrice;