Skip to content

Commit

Permalink
feat: add deal_code field to message Offer
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 487295068
  • Loading branch information
Google APIs authored and Copybara-Service committed Nov 9, 2022
1 parent 17fb30e commit cac4b1e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions google/cloud/channel/v1/offers.proto
Expand Up @@ -160,6 +160,9 @@ message Offer {

// Parameters required to use current Offer to purchase.
repeated ParameterDefinition parameter_definitions = 9;

// The deal code of the offer to get a special promotion or discount.
string deal_code = 12;
}

// Parameter's definition. Specifies what parameter is required to use the
Expand Down

0 comments on commit cac4b1e

Please sign in to comment.