action property
The action to be performed when purchasing the item, if it's not just "buy".
Implementation
@JsonKey(name:'action')
DestinyVendorSaleItemActionBlockDefinition? action;
The action to be performed when purchasing the item, if it's not just "buy".
@JsonKey(name:'action')
DestinyVendorSaleItemActionBlockDefinition? action;