Class: AuthorizeNet::API::GetCustomerShippingAddressResponse
- Inherits:
-
Object
- Object
- AuthorizeNet::API::GetCustomerShippingAddressResponse
- Includes:
- ROXML
- Defined in:
- lib/authorize_net/api/schema.rb
Overview
AnetApi/xml/v1/schema/AnetApiSchema.xsdgetCustomerShippingAddressResponse
refId - SOAP::SOAPString
- MessagesType
sessionToken - SOAP::SOAPString
address - CustomerAddressExType
Instance Method Summary collapse
-
#initialize(refId = nil, messages = nil, sessionToken = nil, address = nil) ⇒ GetCustomerShippingAddressResponse
constructor
A new instance of GetCustomerShippingAddressResponse.
Constructor Details
#initialize(refId = nil, messages = nil, sessionToken = nil, address = nil) ⇒ GetCustomerShippingAddressResponse
Returns a new instance of GetCustomerShippingAddressResponse.
3063 3064 3065 3066 3067 3068 |
# File 'lib/authorize_net/api/schema.rb', line 3063 def initialize(refId = nil, = nil, sessionToken = nil, address = nil) @refId = refId @messages = @sessionToken = sessionToken @address = address end |