limitedGifts property

  1. @JsonKey.new(name: 'limited_gifts')
bool get limitedGifts
inherited

True, if limited regular gifts are accepted

Implementation

@JsonKey(name: 'limited_gifts')
bool get limitedGifts;