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.



3395
3396
3397
3398
3399
3400
3401
3402
3403
# File 'lib/authorize_net/api/schema.rb', line 3395

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