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.



4734
4735
4736
4737
4738
4739
4740
4741
4742
4743
4744
# File 'lib/authorize_net/api/schema.rb', line 4734

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