class AuthorizeNet::API::CreateCustomerShippingAddressRequest

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

merchantAuthentication - MerchantAuthenticationType
refId - SOAP::SOAPString
customerProfileId - (any)
address - CustomerAddressType
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 3480
def initialize(merchantAuthentication = nil, refId = nil, customerProfileId = nil, address = nil, defaultShippingAddress = nil)
  @merchantAuthentication = merchantAuthentication
  @refId = refId
  @customerProfileId = customerProfileId
  @address = address
  @defaultShippingAddress = defaultShippingAddress
end