Method: Noths::RefundResponse.attribute_map

Defined in:
lib/noths/models/refund_response.rb

.attribute_mapObject

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



16
17
18
19
20
21
22
# File 'lib/noths/models/refund_response.rb', line 16

def self.attribute_map
  {
    :'status' => :'status',
    :'errors' => :'errors',
    :'order_refund' => :'order_refund'
  }
end