Class: AuthorizeNet::API::AUDeleteType

Inherits:
Object
  • Object
show all
Includes:
ROXML
Defined in:
lib/authorize_net/api/schema.rb

Overview

AnetApi/xml/v1/schema/AnetApiSchema.xsdAUDeleteType

Instance Method Summary collapse

Constructor Details

#initialize(customerProfileID = nil, customerPaymentProfileID = nil, firstName = nil, lastName = nil, updateTimeUTC = nil, auReasonCode = nil, reasonDescription = nil, creditCard = nil) ⇒ AUDeleteType

Returns a new instance of AUDeleteType.



4499
4500
4501
4502
4503
4504
4505
4506
4507
4508
# File 'lib/authorize_net/api/schema.rb', line 4499

def initialize(customerProfileID = nil, customerPaymentProfileID = nil, firstName = nil, lastName = nil, updateTimeUTC = nil, auReasonCode = nil, reasonDescription = nil, creditCard = nil)
 @customerProfileID = customerProfileID
 @customerPaymentProfileID = customerPaymentProfileID
 @firstName = firstName
 @lastName = lastName
 @updateTimeUTC = updateTimeUTC
 @auReasonCode = auReasonCode
 @reasonDescription = reasonDescription
 @creditCard = creditCard
end