Class: AuthorizeNet::API::DeleteCustomerPaymentProfileRequest
- Inherits:
-
Object
- Object
- AuthorizeNet::API::DeleteCustomerPaymentProfileRequest
- Includes:
- ROXML
- Defined in:
- lib/authorize_net/api/schema.rb
Overview
AnetApi/xml/v1/schema/AnetApiSchema.xsddeleteCustomerPaymentProfileRequest
merchantAuthentication - MerchantAuthenticationType
refId - SOAP::SOAPString
customerProfileId - (any)
customerPaymentProfileId - (any)
Instance Method Summary collapse
-
#initialize(merchantAuthentication = nil, refId = nil, customerProfileId = nil, customerPaymentProfileId = nil) ⇒ DeleteCustomerPaymentProfileRequest
constructor
A new instance of DeleteCustomerPaymentProfileRequest.
Constructor Details
#initialize(merchantAuthentication = nil, refId = nil, customerProfileId = nil, customerPaymentProfileId = nil) ⇒ DeleteCustomerPaymentProfileRequest
Returns a new instance of DeleteCustomerPaymentProfileRequest.
3452 3453 3454 3455 3456 3457 |
# File 'lib/authorize_net/api/schema.rb', line 3452 def initialize(merchantAuthentication = nil, refId = nil, customerProfileId = nil, customerPaymentProfileId = nil) @merchantAuthentication = merchantAuthentication @refId = refId @customerProfileId = customerProfileId @customerPaymentProfileId = customerPaymentProfileId end |