Method: YNAB::SaveTransactionWithOptionalFields.attribute_map

Defined in:
lib/ynab/models/save_transaction_with_optional_fields.rb

.attribute_mapObject

Attribute mapping from ruby-style variable name to JSON key.



67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
# File 'lib/ynab/models/save_transaction_with_optional_fields.rb', line 67

def self.attribute_map
  {
    :'account_id' => :'account_id',
    :'date' => :'date',
    :'amount' => :'amount',
    :'payee_id' => :'payee_id',
    :'payee_name' => :'payee_name',
    :'category_id' => :'category_id',
    :'memo' => :'memo',
    :'cleared' => :'cleared',
    :'approved' => :'approved',
    :'flag_color' => :'flag_color',
    :'subtransactions' => :'subtransactions'
  }
end