replies property

  1. @JsonKey(name: 'replies')
List<DestinyVendorInteractionReplyDefinition>? replies
getter/setter pair

The potential replies that the user can make to the interaction.

Implementation

@JsonKey(name:'replies')
List<DestinyVendorInteractionReplyDefinition>? replies;