Class: AuthorizeNet::API::AUUpdateType

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

Overview

AnetApi/xml/v1/schema/AnetApiSchema.xsdAUUpdateType

Instance Method Summary collapse

Constructor Details

#initialize(customerProfileID = nil, customerPaymentProfileID = nil, firstName = nil, lastName = nil, updateTimeUTC = nil, auReasonCode = nil, reasonDescription = nil, newCreditCard = nil, oldCreditCard = nil) ⇒ AUUpdateType

Returns a new instance of AUUpdateType.



4564
4565
4566
4567
4568
4569
4570
4571
4572
4573
4574
# File 'lib/authorize_net/api/schema.rb', line 4564

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