Method: YNAB::ScheduledSubTransaction.attribute_map
- Defined in:
- lib/ynab/models/scheduled_sub_transaction.rb
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
39 40 41 42 43 44 45 46 47 48 49 50 51 52 |
# File 'lib/ynab/models/scheduled_sub_transaction.rb', line 39 def self.attribute_map { :'id' => :'id', :'scheduled_transaction_id' => :'scheduled_transaction_id', :'amount' => :'amount', :'memo' => :'memo', :'payee_id' => :'payee_id', :'payee_name' => :'payee_name', :'category_id' => :'category_id', :'category_name' => :'category_name', :'transfer_account_id' => :'transfer_account_id', :'deleted' => :'deleted' } end |