Method: DocuSign_eSign::BillingPlan.attribute_map
- Defined in:
- lib/docusign_esign/models/billing_plan.rb
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 |
# File 'lib/docusign_esign/models/billing_plan.rb', line 63 def self.attribute_map { :'app_store_products' => :'appStoreProducts', :'currency_plan_prices' => :'currencyPlanPrices', :'enable_support' => :'enableSupport', :'included_seats' => :'includedSeats', :'other_discount_percent' => :'otherDiscountPercent', :'payment_cycle' => :'paymentCycle', :'payment_method' => :'paymentMethod', :'per_seat_price' => :'perSeatPrice', :'plan_classification' => :'planClassification', :'plan_feature_sets' => :'planFeatureSets', :'plan_id' => :'planId', :'plan_name' => :'planName', :'seat_discounts' => :'seatDiscounts', :'support_incident_fee' => :'supportIncidentFee', :'support_plan_fee' => :'supportPlanFee' } end |