currencyPaid property
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;
The amount paid for the item, in terms of items that were consumed in the purchase and their quantity.
@JsonKey(name:'currencyPaid')
List<DestinyItemQuantity>? currencyPaid;