refundPolicy property
- @JsonKey(name: 'refundPolicy', fromJson: decodeDestinyVendorItemRefundPolicy, toJson: encodeDestinyVendorItemRefundPolicy)
getter/setter pair
If this item can be refunded, this is the policy for what will be refundd, how, and in what time period.
Implementation
@JsonKey(name:'refundPolicy',fromJson:decodeDestinyVendorItemRefundPolicy,toJson:encodeDestinyVendorItemRefundPolicy)
DestinyVendorItemRefundPolicy? refundPolicy;