Method: CyberSource::PtsV2ModifyBillingAgreementPost201ResponseOrderInformationShipTo.json_map
- Defined in:
- lib/cybersource_rest_client/models/pts_v2_modify_billing_agreement_post201_response_order_information_ship_to.rb
.json_map ⇒ Object
Attribute mapping from JSON key to ruby-style variable name.
55 56 57 58 59 60 61 62 63 64 65 66 |
# File 'lib/cybersource_rest_client/models/pts_v2_modify_billing_agreement_post201_response_order_information_ship_to.rb', line 55 def self.json_map { :'first_name' => :'first_name', :'last_name' => :'last_name', :'address1' => :'address1', :'address2' => :'address2', :'locality' => :'locality', :'administrative_area' => :'administrative_area', :'postal_code' => :'postal_code', :'country' => :'country' } end |