Class: AuthorizeNet::API::CreateCustomerShippingAddressResponse
- Inherits:
-
Object
- Object
- AuthorizeNet::API::CreateCustomerShippingAddressResponse
- Includes:
- ROXML
- Defined in:
- lib/authorize_net/api/schema.rb
Overview
AnetApi/xml/v1/schema/AnetApiSchema.xsdcreateCustomerShippingAddressResponse
refId - SOAP::SOAPString
- MessagesType
sessionToken - SOAP::SOAPString
customerProfileId - (any)
customerAddressId - (any)
Instance Method Summary collapse
-
#initialize(refId = nil, messages = nil, sessionToken = nil, customerProfileId = nil, customerAddressId = nil) ⇒ CreateCustomerShippingAddressResponse
constructor
A new instance of CreateCustomerShippingAddressResponse.
Constructor Details
#initialize(refId = nil, messages = nil, sessionToken = nil, customerProfileId = nil, customerAddressId = nil) ⇒ CreateCustomerShippingAddressResponse
Returns a new instance of CreateCustomerShippingAddressResponse.
3503 3504 3505 3506 3507 3508 3509 |
# File 'lib/authorize_net/api/schema.rb', line 3503 def initialize(refId = nil, = nil, sessionToken = nil, customerProfileId = nil, customerAddressId = nil) @refId = refId @messages = @sessionToken = sessionToken @customerProfileId = customerProfileId @customerAddressId = customerAddressId end |