refundPolicy property
- @JsonKey(name: 'refundPolicy', fromJson: decodeDestinyVendorItemRefundPolicy, toJson: encodeDestinyVendorItemRefundPolicy)
getter/setter pair
Whether you can get a refund, and what happens in order for the refund to be received. See the DestinyVendorItemRefundPolicy enum for details.
Implementation
@JsonKey(name:'refundPolicy',fromJson:decodeDestinyVendorItemRefundPolicy,toJson:encodeDestinyVendorItemRefundPolicy)
DestinyVendorItemRefundPolicy? refundPolicy;