class AuthorizeNet::API::DeleteCustomerPaymentProfileRequest
{AnetApi/xml/v1/schema/AnetApiSchema.xsd}deleteCustomerPaymentProfileRequest
merchantAuthentication - MerchantAuthenticationType refId - SOAP::SOAPString customerProfileId - (any) customerPaymentProfileId - (any)
Public Class Methods
new(merchantAuthentication = nil, refId = nil, customerProfileId = nil, customerPaymentProfileId = nil)
click to toggle source
# File lib/authorize_net/api/schema.rb, line 3849 def initialize(merchantAuthentication = nil, refId = nil, customerProfileId = nil, customerPaymentProfileId = nil) @merchantAuthentication = merchantAuthentication @refId = refId @customerProfileId = customerProfileId @customerPaymentProfileId = customerPaymentProfileId end