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.
3008 3009 3010 3011 3012 3013 3014 3015 3016 |
# File 'lib/authorize_net/api/schema.rb', line 3008 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 |