Method: TransferZero::StateReasonDetails.attribute_map

Defined in:
lib/transferzero-sdk/models/state_reason_details.rb

.attribute_mapObject

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



30
31
32
33
34
35
36
37
# File 'lib/transferzero-sdk/models/state_reason_details.rb', line 30

def self.attribute_map
  {
    :'code' => :'code',
    :'category' => :'category',
    :'messages' => :'messages',
    :'description' => :'description'
  }
end