Method: VoucherifySdk::ValidationsValidateRequestBody.attribute_map

Defined in:
lib/VoucherifySdk/models/validations_validate_request_body.rb

.attribute_mapObject

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



36
37
38
39
40
41
42
43
44
45
46
# File 'lib/VoucherifySdk/models/validations_validate_request_body.rb', line 36

def self.attribute_map
  {
    :'options' => :'options',
    :'redeemables' => :'redeemables',
    :'order' => :'order',
    :'customer' => :'customer',
    :'session' => :'session',
    :'tracking_id' => :'tracking_id',
    :'metadata' => :'metadata'
  }
end