Class: AuthorizeNet::API::DeleteCustomerProfileRequest
- Inherits:
-
Object
- Object
- AuthorizeNet::API::DeleteCustomerProfileRequest
- 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
-
#initialize(merchantAuthentication = nil, refId = nil, customerProfileId = nil) ⇒ DeleteCustomerProfileRequest
constructor
A new instance of DeleteCustomerProfileRequest.
Constructor Details
#initialize(merchantAuthentication = nil, refId = nil, customerProfileId = nil) ⇒ DeleteCustomerProfileRequest
Returns a new instance of DeleteCustomerProfileRequest.
3416 3417 3418 3419 3420 |
# File 'lib/authorize_net/api/schema.rb', line 3416 def initialize(merchantAuthentication = nil, refId = nil, customerProfileId = nil) @merchantAuthentication = merchantAuthentication @refId = refId @customerProfileId = customerProfileId end |