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