Class: AuthorizeNet::API::DeleteCustomerProfileRequest

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

Overview

AnetApi/xml/v1/schema/AnetApiSchema.xsddeleteCustomerProfileRequest

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

Instance Method Summary collapse

Constructor Details

#initialize(merchantAuthentication = nil, refId = nil, customerProfileId = nil) ⇒ DeleteCustomerProfileRequest

Returns a new instance of DeleteCustomerProfileRequest.



3524
3525
3526
3527
3528
# File 'lib/authorize_net/api/schema.rb', line 3524

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