Class: AuthorizeNet::API::UpdateCustomerPaymentProfileResponse
- Inherits:
-
Object
- Object
- AuthorizeNet::API::UpdateCustomerPaymentProfileResponse
- Includes:
- ROXML
- Defined in:
- lib/authorize_net/api/schema.rb
Overview
AnetApi/xml/v1/schema/AnetApiSchema.xsdupdateCustomerPaymentProfileResponse
refId - SOAP::SOAPString
- MessagesType
sessionToken - SOAP::SOAPString
validationDirectResponse - SOAP::SOAPString
Instance Method Summary collapse
-
#initialize(refId = nil, messages = nil, sessionToken = nil, validationDirectResponse = nil) ⇒ UpdateCustomerPaymentProfileResponse
constructor
A new instance of UpdateCustomerPaymentProfileResponse.
Constructor Details
#initialize(refId = nil, messages = nil, sessionToken = nil, validationDirectResponse = nil) ⇒ UpdateCustomerPaymentProfileResponse
Returns a new instance of UpdateCustomerPaymentProfileResponse.
3359 3360 3361 3362 3363 3364 |
# File 'lib/authorize_net/api/schema.rb', line 3359 def initialize(refId = nil, = nil, sessionToken = nil, validationDirectResponse = nil) @refId = refId @messages = @sessionToken = sessionToken @validationDirectResponse = validationDirectResponse end |