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.



4972
4973
4974
4975
4976
4977
4978
4979
4980
4981
4982
# File 'lib/authorize_net/api/schema.rb', line 4972

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