Method: DocuSign_eSign::FeatureSet.attribute_map
- Defined in:
- lib/docusign_esign/models/feature_set.rb
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
45 46 47 48 49 50 51 52 53 54 55 56 57 |
# File 'lib/docusign_esign/models/feature_set.rb', line 45 def self.attribute_map { :'currency_feature_set_prices' => :'currencyFeatureSetPrices', :'envelope_fee' => :'envelopeFee', :'feature_set_id' => :'featureSetId', :'fixed_fee' => :'fixedFee', :'is21_cfr_part11' => :'is21CFRPart11', :'is_active' => :'isActive', :'is_enabled' => :'isEnabled', :'name' => :'name', :'seat_fee' => :'seatFee' } end |