overlay property

  1. @JsonKey(name: 'overlay')
DestinyVendorCategoryOverlayDefinition? overlay
getter/setter pair

If this category has an overlay prompt that should appear, this contains the details of that prompt.

Implementation

@JsonKey(name:'overlay')
DestinyVendorCategoryOverlayDefinition? overlay;