class AuthorizeNet::API::DeleteCustomerShippingAddressRequest

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

merchantAuthentication - MerchantAuthenticationType
refId - SOAP::SOAPString
customerProfileId - (any)
customerAddressId - (any)

Public Class Methods

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