Method: CyberSource::PtsV2ModifyBillingAgreementPost201ResponseOrderInformationShipTo.swagger_types

Defined in:
lib/cybersource_rest_client/models/pts_v2_modify_billing_agreement_post201_response_order_information_ship_to.rb

.swagger_typesObject

Attribute type mapping.



69
70
71
72
73
74
75
76
77
78
79
80
# File 'lib/cybersource_rest_client/models/pts_v2_modify_billing_agreement_post201_response_order_information_ship_to.rb', line 69

def self.swagger_types
  {
    :'first_name' => :'String',
    :'last_name' => :'String',
    :'address1' => :'String',
    :'address2' => :'String',
    :'locality' => :'String',
    :'administrative_area' => :'String',
    :'postal_code' => :'String',
    :'country' => :'String'
  }
end