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.



5020
5021
5022
5023
5024
5025
5026
5027
5028
# File 'lib/authorize_net/api/schema.rb', line 5020

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