refundPolicy property

  1. @JsonKey(name: 'refundPolicy', fromJson: decodeDestinyVendorItemRefundPolicy, toJson: encodeDestinyVendorItemRefundPolicy)
DestinyVendorItemRefundPolicy? refundPolicy
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;