class AuthorizeNet::API::DeleteCustomerProfileRequest

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

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

Public Class Methods

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