Class: AuthorizeNet::API::DeleteCustomerShippingAddressRequest

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

Overview

AnetApi/xml/v1/schema/AnetApiSchema.xsddeleteCustomerShippingAddressRequest

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

Instance Method Summary collapse

Constructor Details

#initialize(merchantAuthentication = nil, refId = nil, customerProfileId = nil, customerAddressId = nil) ⇒ DeleteCustomerShippingAddressRequest

Returns a new instance of DeleteCustomerShippingAddressRequest.



3597
3598
3599
3600
3601
3602
# File 'lib/authorize_net/api/schema.rb', line 3597

def initialize(merchantAuthentication = nil, refId = nil, customerProfileId = nil, customerAddressId = nil)
  @merchantAuthentication = merchantAuthentication
  @refId = refId
  @customerProfileId = customerProfileId
  @customerAddressId = customerAddressId
end