Method: TalonOne::UpdateCouponBatch.attribute_map
- Defined in:
- lib/talon_one/models/update_coupon_batch.rb
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
37 38 39 40 41 42 43 44 45 46 |
# File 'lib/talon_one/models/update_coupon_batch.rb', line 37 def self.attribute_map { :'usage_limit' => :'usageLimit', :'discount_limit' => :'discountLimit', :'start_date' => :'startDate', :'expiry_date' => :'expiryDate', :'attributes' => :'attributes', :'batch_id' => :'batchID' } end |