Class: AuthorizeNet::API::CreateCustomerProfileResponse
- Inherits:
-
Object
- Object
- AuthorizeNet::API::CreateCustomerProfileResponse
- Includes:
- ROXML
- Defined in:
- lib/authorize_net/api/schema.rb
Overview
AnetApi/xml/v1/schema/AnetApiSchema.xsdcreateCustomerProfileResponse
refId - SOAP::SOAPString
- MessagesType
sessionToken - SOAP::SOAPString
customerProfileId - (any)
customerPaymentProfileIdList - ArrayOfNumericString
customerShippingAddressIdList - ArrayOfNumericString
validationDirectResponseList - ArrayOfString
Instance Method Summary collapse
-
#initialize(refId = nil, messages = nil, sessionToken = nil, customerProfileId = nil, customerPaymentProfileIdList = nil, customerShippingAddressIdList = nil, validationDirectResponseList = nil) ⇒ CreateCustomerProfileResponse
constructor
A new instance of CreateCustomerProfileResponse.
Constructor Details
#initialize(refId = nil, messages = nil, sessionToken = nil, customerProfileId = nil, customerPaymentProfileIdList = nil, customerShippingAddressIdList = nil, validationDirectResponseList = nil) ⇒ CreateCustomerProfileResponse
Returns a new instance of CreateCustomerProfileResponse.
2809 2810 2811 2812 2813 2814 2815 2816 2817 |
# File 'lib/authorize_net/api/schema.rb', line 2809 def initialize(refId = nil, = nil, sessionToken = nil, customerProfileId = nil, customerPaymentProfileIdList = nil, customerShippingAddressIdList = nil, validationDirectResponseList = nil) @refId = refId @messages = @sessionToken = sessionToken @customerProfileId = customerProfileId @customerPaymentProfileIdList = customerPaymentProfileIdList @customerShippingAddressIdList = customerShippingAddressIdList @validationDirectResponseList = validationDirectResponseList end |