Method: OpenapiClient::PayrunResponse.attribute_map

Defined in:
lib/openapi_client/models/payrun_response.rb

.attribute_mapObject

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



60
61
62
63
64
65
66
67
68
69
70
# File 'lib/openapi_client/models/payrun_response.rb', line 60

def self.attribute_map
  {
    :'id' => :'id',
    :'remote_id' => :'remote_id',
    :'run_state' => :'run_state',
    :'run_type' => :'run_type',
    :'start_date' => :'start_date',
    :'end_date' => :'end_date',
    :'payment_date' => :'payment_date'
  }
end