Method: Brevo::MasterDetailsResponsePlanInfo.attribute_map
- Defined in:
- lib/brevo/models/master_details_response_plan_info.rb
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
59 60 61 62 63 64 65 66 67 68 |
# File 'lib/brevo/models/master_details_response_plan_info.rb', line 59 def self.attribute_map { :'currency_code' => :'currencyCode', :'next_billing_at' => :'nextBillingAt', :'price' => :'price', :'plan_period' => :'planPeriod', :'sub_accounts' => :'subAccounts', :'features' => :'features' } end |