Method: CyberSource::CreatePaymentLinkRequest.attribute_map
- Defined in:
- lib/cybersource_rest_client/models/create_payment_link_request.rb
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
| 25 26 27 28 29 30 31 32 | # File 'lib/cybersource_rest_client/models/create_payment_link_request.rb', line 25 def self.attribute_map { :'client_reference_information' => :'clientReferenceInformation', :'processing_information' => :'processingInformation', :'purchase_information' => :'purchaseInformation', :'order_information' => :'orderInformation' } end |