@@ -1183,8 +1183,8 @@ class CustomerProfileType
11831183 xml_accessor :merchantCustomerId
11841184 xml_accessor :description
11851185 xml_accessor :email
1186- xml_accessor :paymentProfiles
1187- xml_accessor :shipToList
1186+ xml_accessor :paymentProfiles , :from => 'paymentProfiles' , :as => [ CustomerPaymentProfileType ]
1187+ xml_accessor :shipToList , :from => 'shipToList' , :as => [ CustomerAddressType ]
11881188
11891189 def initialize ( merchantCustomerId = nil , description = nil , email = nil , paymentProfiles = [ ] , shipToList = [ ] )
11901190 @merchantCustomerId = merchantCustomerId
@@ -2961,8 +2961,8 @@ class CreateCustomerProfileResponse
29612961 xml_accessor :messages , :as => MessagesType
29622962 xml_accessor :sessionToken
29632963 xml_accessor :customerProfileId
2964- xml_accessor :customerPaymentProfileIdList
2965- xml_accessor :customerShippingAddressIdList
2964+ xml_accessor :customerPaymentProfileIdList , :as => NumericStringsType
2965+ xml_accessor :customerShippingAddressIdList , :as => NumericStringsType
29662966 xml_accessor :validationDirectResponseList
29672967
29682968 def initialize ( refId = nil , messages = nil , sessionToken = nil , customerProfileId = nil , customerPaymentProfileIdList = nil , customerShippingAddressIdList = nil , validationDirectResponseList = nil )
0 commit comments