Method: CyberSource::CreateCreditRequest.attribute_map
- Defined in:
- lib/cybersource_rest_client/models/create_credit_request.rb
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
| 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 | # File 'lib/cybersource_rest_client/models/create_credit_request.rb', line 52 def self.attribute_map { :'client_reference_information' => :'clientReferenceInformation', :'processing_information' => :'processingInformation', :'payment_information' => :'paymentInformation', :'order_information' => :'orderInformation', :'buyer_information' => :'buyerInformation', :'device_information' => :'deviceInformation', :'merchant_information' => :'merchantInformation', :'aggregator_information' => :'aggregatorInformation', :'point_of_sale_information' => :'pointOfSaleInformation', :'merchant_defined_information' => :'merchantDefinedInformation', :'merchant_defined_secure_information' => :'merchantDefinedSecureInformation', :'installment_information' => :'installmentInformation', :'travel_information' => :'travelInformation', :'recipient_information' => :'recipientInformation', :'sender_information' => :'senderInformation', :'promotion_information' => :'promotionInformation', :'processor_information' => :'processorInformation' } end |