uniqueGifts property

  1. @JsonKey.new(name: 'unique_gifts')
bool? get uniqueGifts
inherited

Optional. True, if unique gifts or gifts that can be upgraded to unique for free are accepted

Implementation

@JsonKey(name: 'unique_gifts')
bool? get uniqueGifts;