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
subscriptionIds - SubscriptionIdList
Instance Method Summary collapse
-
#initialize(refId = nil, messages = nil, sessionToken = nil, address = nil, subscriptionIds = nil, defaultShippingAddress = nil) ⇒ GetCustomerShippingAddressResponse
constructor
A new instance of GetCustomerShippingAddressResponse.
Constructor Details
#initialize(refId = nil, messages = nil, sessionToken = nil, address = nil, subscriptionIds = nil, defaultShippingAddress = nil) ⇒ GetCustomerShippingAddressResponse
Returns a new instance of GetCustomerShippingAddressResponse.
3261 3262 3263 3264 3265 3266 3267 3268 |
# File 'lib/authorize_net/api/schema.rb', line 3261 def initialize(refId = nil, = nil, sessionToken = nil, address = nil, subscriptionIds = nil, defaultShippingAddress = nil) @refId = refId @messages = @sessionToken = sessionToken @address = address @subscriptionIds = subscriptionIds @defaultShippingAddress = defaultShippingAddress end |