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.
3507 3508 3509 3510 3511 |
# File 'lib/authorize_net/api/schema.rb', line 3507 def initialize(refId = nil, = nil, sessionToken = nil) @refId = refId @messages = @sessionToken = sessionToken end |