receipts property

  1. @JsonKey(name: 'receipts')
List<DestinyVendorReceipt>? receipts
getter/setter pair

The receipts for refundable purchases made at a vendor.

Implementation

@JsonKey(name:'receipts')
List<DestinyVendorReceipt>? receipts;