unlimitedGifts property

  1. @JsonKey.new(name: 'unlimited_gifts')
bool get unlimitedGifts
inherited

True, if unlimited regular gifts are accepted

Implementation

@JsonKey(name: 'unlimited_gifts')
bool get unlimitedGifts;