quantity property

  1. @JsonKey(defaultValue: 0)
int quantity
final

The amount of the product this payment is for.

The default is 1. The minimum is 1. The maximum is 10.

If the object is invalid, the value could be 0.

Implementation

@JsonKey(defaultValue: 0)
final int quantity;