Class: AuthorizeNet::API::AUDetailsType

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

Overview

AnetApi/xml/v1/schema/AnetApiSchema.xsdAUDetailsType

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of AUDetailsType.



4663
4664
4665
4666
4667
4668
4669
4670
4671
# File 'lib/authorize_net/api/schema.rb', line 4663

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