amount property

  1. @JsonKey(required: true)
int amount
final

The amount of money in cents as an int.

Implementation

@JsonKey(required: true)
final int amount;