action property

  1. @JsonKey(name: 'action')
DestinyVendorSaleItemActionBlockDefinition? action
getter/setter pair

The action to be performed when purchasing the item, if it's not just "buy".

Implementation

@JsonKey(name:'action')
DestinyVendorSaleItemActionBlockDefinition? action;