class AuthorizeNet::API::CreateCustomerShippingAddressResponse
{AnetApi/xml/v1/schema/AnetApiSchema.xsd}createCustomerShippingAddressResponse
refId - SOAP::SOAPString messages - MessagesType sessionToken - SOAP::SOAPString customerProfileId - (any) customerAddressId - (any)
Public Class Methods
new(refId = nil, messages = nil, sessionToken = nil, customerProfileId = nil, customerAddressId = nil)
click to toggle source
# File lib/authorize_net/api/schema.rb, line 3491 def initialize(refId = nil, messages = nil, sessionToken = nil, customerProfileId = nil, customerAddressId = nil) @refId = refId @messages = messages @sessionToken = sessionToken @customerProfileId = customerProfileId @customerAddressId = customerAddressId end