Class: AuthorizeNet::API::CreateCustomerShippingAddressResponse

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

Overview

AnetApi/xml/v1/schema/AnetApiSchema.xsdcreateCustomerShippingAddressResponse

refId - SOAP::SOAPString
messages - MessagesType
sessionToken - SOAP::SOAPString
customerAddressId - (any)

Instance Method Summary collapse

Constructor Details

#initialize(refId = nil, messages = nil, sessionToken = nil, customerAddressId = nil) ⇒ CreateCustomerShippingAddressResponse

Returns a new instance of CreateCustomerShippingAddressResponse.



2825
2826
2827
2828
2829
2830
# File 'lib/authorize_net/api/schema.rb', line 2825

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