class AuthorizeNet::API::CreateCustomerProfileResponse

{AnetApi/xml/v1/schema/AnetApiSchema.xsd}createCustomerProfileResponse

refId - SOAP::SOAPString
messages - MessagesType
sessionToken - SOAP::SOAPString
customerProfileId - (any)
customerPaymentProfileIdList - ArrayOfNumericString
customerShippingAddressIdList - ArrayOfNumericString
validationDirectResponseList - ArrayOfString

Public Class Methods

new(refId = nil, messages = nil, sessionToken = nil, customerProfileId = nil, customerPaymentProfileIdList = nil, customerShippingAddressIdList = nil, validationDirectResponseList = nil) click to toggle source
# File lib/authorize_net/api/schema.rb, line 3406
def initialize(refId = nil, messages = nil, sessionToken = nil, customerProfileId = nil, customerPaymentProfileIdList = nil, customerShippingAddressIdList = nil, validationDirectResponseList = nil)
  @refId = refId
  @messages = messages
  @sessionToken = sessionToken
  @customerProfileId = customerProfileId
  @customerPaymentProfileIdList = customerPaymentProfileIdList
  @customerShippingAddressIdList = customerShippingAddressIdList
  @validationDirectResponseList = validationDirectResponseList
end