currencyPaid property

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

The amount paid for the item, in terms of items that were consumed in the purchase and their quantity.

Implementation

@JsonKey(name:'currencyPaid')
List<DestinyItemQuantity>? currencyPaid;