tipAmount property

  1. @JsonKey(name: 'tip_amount', defaultValue: 0.0)
double tipAmount
final

The suggested tip amount

Implementation

@JsonKey(name: 'tip_amount', defaultValue: 0.0)
final double tipAmount;