formattedPrice property

  1. @JsonKey(defaultValue: '')
String formattedPrice
final

Formatted price for the payment, including its currency sign.

For tax exclusive countries, the price doesn't include tax.

Implementation

@JsonKey(defaultValue: '')
final String formattedPrice;