quantity property
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;
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.
@JsonKey(defaultValue: 0)
final int quantity;