apiPurchasable property

  1. @JsonKey(name: 'apiPurchasable')
bool? apiPurchasable
getter/setter pair

If true, this item can be purchased through the Bungie.net API.

Implementation

@JsonKey(name:'apiPurchasable')
bool? apiPurchasable;