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.



4612
4613
4614
4615
4616
4617
4618
4619
4620
# File 'lib/authorize_net/api/schema.rb', line 4612

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