remainingCount property
Optional. The number of remaining gifts of this type that can be sent; for limited gifts only.
Implementation
@JsonKey(name: 'remaining_count')
int? get remainingCount;
Optional. The number of remaining gifts of this type that can be sent; for limited gifts only.
@JsonKey(name: 'remaining_count')
int? get remainingCount;