/** * Bungie.Net API * These endpoints constitute the functionality exposed by Bungie.net, both for more traditional website functionality and for connectivity to Bungie video games and their related functionality. * * The version of the OpenAPI document: 2.18.0 * Contact: support@bungie.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ /** * When the interaction is replied to, Reward sites will fire and items potentially selected based on whether the given unlock expression is TRUE. You can potentially choose one from multiple replies when replying to an interaction: this is how you get either/or rewards from vendors. */ export interface DestinyDefinitionsDestinyVendorInteractionReplyDefinition { /** * The rewards granted upon responding to the vendor. */ itemRewardsSelection?: number; /** * The localized text for the reply. */ reply?: string; /** * An enum indicating the type of reply being made. */ replyType?: number; }