Class: AuthorizeNet::API::DeleteCustomerPaymentProfileRequest

Inherits:
Object
  • Object
show all
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

Constructor Details

#initialize(merchantAuthentication = nil, refId = nil, customerProfileId = nil, customerPaymentProfileId = nil) ⇒ DeleteCustomerPaymentProfileRequest

Returns a new instance of DeleteCustomerPaymentProfileRequest.



3209
3210
3211
3212
3213
3214
# File 'lib/authorize_net/api/schema.rb', line 3209

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