# HelloextendApiClient::Offer ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **plans** | [**Array<OfferPlan>**](OfferPlan.md) | | [optional] ## Code Sample ```ruby require 'HelloextendApiClient' instance = HelloextendApiClient::Offer.new(plans: null) ```