Class: AuthorizeNet::API::DeleteCustomerPaymentProfileResponse
- Inherits:
-
Object
- Object
- AuthorizeNet::API::DeleteCustomerPaymentProfileResponse
- Includes:
- ROXML
- Defined in:
- lib/authorize_net/api/schema.rb
Overview
AnetApi/xml/v1/schema/AnetApiSchema.xsddeleteCustomerPaymentProfileResponse
refId - SOAP::SOAPString
- MessagesType
sessionToken - SOAP::SOAPString
Instance Method Summary collapse
-
#initialize(refId = nil, messages = nil, sessionToken = nil) ⇒ DeleteCustomerPaymentProfileResponse
constructor
A new instance of DeleteCustomerPaymentProfileResponse.
Constructor Details
#initialize(refId = nil, messages = nil, sessionToken = nil) ⇒ DeleteCustomerPaymentProfileResponse
Returns a new instance of DeleteCustomerPaymentProfileResponse.
3867 3868 3869 3870 3871 |
# File 'lib/authorize_net/api/schema.rb', line 3867 def initialize(refId = nil, = nil, sessionToken = nil) @refId = refId @messages = @sessionToken = sessionToken end |