Class: AuthorizeNet::API::CreateCustomerProfileResponse

Inherits:
Object
  • Object
show all
Includes:
ROXML
Defined in:
lib/authorize_net/api/schema.rb

Overview

AnetApi/xml/v1/schema/AnetApiSchema.xsdcreateCustomerProfileResponse

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

Instance Method Summary collapse

Constructor Details

#initialize(refId = nil, messages = nil, sessionToken = nil, customerProfileId = nil, customerPaymentProfileIdList = nil, customerShippingAddressIdList = nil, validationDirectResponseList = nil) ⇒ CreateCustomerProfileResponse

Returns a new instance of CreateCustomerProfileResponse.



2831
2832
2833
2834
2835
2836
2837
2838
2839
# File 'lib/authorize_net/api/schema.rb', line 2831

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