profileKiosks property

  1. @JsonKey(name: 'profileKiosks')
SingleComponentResponseOfDestinyKiosksComponent? profileKiosks
getter/setter pair

Items available from Kiosks that are available Profile-wide (i.e. across all characters) This component returns information about what Kiosk items are available to you on a Profile level. It is theoretically possible for Kiosks to have items gated by specific Character as well. If you ever have those, you will find them on the characterKiosks property. COMPONENT TYPE: Kiosks

Implementation

@JsonKey(name:'profileKiosks')
SingleComponentResponseOfDestinyKiosksComponent? profileKiosks;