class AuthorizeNet::API::UpdateCustomerShippingAddressRequest

{AnetApi/xml/v1/schema/AnetApiSchema.xsd}updateCustomerShippingAddressRequest

merchantAuthentication - MerchantAuthenticationType
refId - SOAP::SOAPString
customerProfileId - (any)
address - CustomerAddressExType
defaultShippingAddress - SOAP::SOAPBoolean

Public Class Methods

new(merchantAuthentication = nil, refId = nil, customerProfileId = nil, address = nil, defaultShippingAddress = nil) click to toggle source
# File lib/authorize_net/api/schema.rb, line 3777
def initialize(merchantAuthentication = nil, refId = nil, customerProfileId = nil, address = nil, defaultShippingAddress = nil)
  @merchantAuthentication = merchantAuthentication
  @refId = refId
  @customerProfileId = customerProfileId
  @address = address
  @defaultShippingAddress = defaultShippingAddress
end