giftId property

  1. @JsonKey.new(name: 'gift_id')
String get giftId
inherited

Identifier of the regular gift from which the gift was upgraded

Implementation

@JsonKey(name: 'gift_id')
String get giftId;