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.



2794
2795
2796
2797
2798
2799
2800
2801
2802
# File 'lib/authorize_net/api/schema.rb', line 2794

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