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.
3117 3118 3119 3120 3121 3122 3123 |
# File 'lib/authorize_net/api/schema.rb', line 3117 def initialize(refId = nil, = nil, sessionToken = nil, customerProfileId = nil, customerAddressId = nil) @refId = refId @messages = @sessionToken = sessionToken @customerProfileId = customerProfileId @customerAddressId = customerAddressId end |