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.



4615
4616
4617
4618
4619
4620
4621
4622
4623
4624
4625
# File 'lib/authorize_net/api/schema.rb', line 4615

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