Method: CyberSource::CreatePaymentLinkRequest.json_map
- Defined in:
- lib/cybersource_rest_client/models/create_payment_link_request.rb
.json_map ⇒ Object
Attribute mapping from JSON key to ruby-style variable name.
35 36 37 38 39 40 41 42 |
# File 'lib/cybersource_rest_client/models/create_payment_link_request.rb', line 35 def self.json_map { :'client_reference_information' => :'client_reference_information', :'processing_information' => :'processing_information', :'purchase_information' => :'purchase_information', :'order_information' => :'order_information' } end |