Class: AuthorizeNet::API::UpdateCustomerShippingAddressResponse

Inherits:
Object
  • Object
show all
Includes:
ROXML
Defined in:
lib/authorize_net/api/schema.rb

Overview

AnetApi/xml/v1/schema/AnetApiSchema.xsdupdateCustomerShippingAddressResponse

refId - SOAP::SOAPString
messages - MessagesType
sessionToken - SOAP::SOAPString

Instance Method Summary collapse

Constructor Details

#initialize(refId = nil, messages = nil, sessionToken = nil) ⇒ UpdateCustomerShippingAddressResponse

Returns a new instance of UpdateCustomerShippingAddressResponse.



3507
3508
3509
3510
3511
# File 'lib/authorize_net/api/schema.rb', line 3507

def initialize(refId = nil, messages = nil, sessionToken = nil)
  @refId = refId
  @messages = messages
  @sessionToken = sessionToken
end