Method: AuthorizeNet::API::TransactionDetailsType#initialize
- Defined in:
- lib/authorize_net/api/schema.rb
#initialize(transId = nil, refTransId = nil, splitTenderId = nil, submitTimeUTC = nil, submitTimeLocal = nil, transactionType = nil, transactionStatus = nil, responseCode = nil, responseReasonCode = nil, subscription = nil, responseReasonDescription = nil, authCode = nil, aVSResponse = nil, cardCodeResponse = nil, cAVVResponse = nil, fDSFilterAction = nil, fDSFilters = nil, batch = nil, order = nil, requestedAmount = nil, authAmount = nil, settleAmount = nil, tax = nil, shipping = nil, duty = nil, lineItems = nil, prepaidBalanceRemaining = nil, taxExempt = nil, payment = nil, customer = nil, billTo = nil, shipTo = nil, recurringBilling = nil, customerIP = nil, product = nil, marketType = nil, mobileDeviceId = nil, returnedItems = nil, solution = nil, emvDetails = nil, profile = nil, surcharge = nil, employeeId = nil, tip = nil, otherTax = nil, shipFrom = nil, networkTransId = nil, originalNetworkTransId = nil, originalAuthAmount = nil, authorizationIndicator = nil) ⇒ TransactionDetailsType
Returns a new instance of TransactionDetailsType.
2366 2367 2368 2369 2370 2371 2372 2373 2374 2375 2376 2377 2378 2379 2380 2381 2382 2383 2384 2385 2386 2387 2388 2389 2390 2391 2392 2393 2394 2395 2396 2397 2398 2399 2400 2401 2402 2403 2404 2405 2406 2407 2408 2409 2410 2411 2412 2413 2414 2415 2416 2417 |
# File 'lib/authorize_net/api/schema.rb', line 2366 def initialize(transId = nil, refTransId = nil, splitTenderId = nil, submitTimeUTC = nil, submitTimeLocal = nil, transactionType = nil, transactionStatus = nil, responseCode = nil, responseReasonCode = nil, subscription = nil, responseReasonDescription = nil, authCode = nil, aVSResponse = nil, cardCodeResponse = nil, cAVVResponse = nil, fDSFilterAction = nil, fDSFilters = nil, batch = nil, order = nil, requestedAmount = nil, authAmount = nil, settleAmount = nil, tax = nil, shipping = nil, duty = nil, lineItems = nil, prepaidBalanceRemaining = nil, taxExempt = nil, payment = nil, customer = nil, billTo = nil, shipTo = nil, recurringBilling = nil, customerIP = nil, product = nil, marketType = nil, mobileDeviceId = nil, returnedItems = nil, solution = nil, emvDetails = nil, profile = nil, surcharge = nil, employeeId = nil, tip = nil, otherTax= nil, shipFrom = nil, networkTransId = nil, originalNetworkTransId = nil, originalAuthAmount = nil, = nil) @transId = transId @refTransId = refTransId @splitTenderId = splitTenderId @submitTimeUTC = submitTimeUTC @submitTimeLocal = submitTimeLocal @transactionType = transactionType @transactionStatus = transactionStatus @responseCode = responseCode @responseReasonCode = responseReasonCode @subscription = subscription @responseReasonDescription = responseReasonDescription @authCode = authCode @AVSResponse = aVSResponse @cardCodeResponse = cardCodeResponse @cAVVResponse = cAVVResponse @fDSFilterAction = fDSFilterAction @fDSFilters = fDSFilters @batch = batch @order = order @requestedAmount = requestedAmount @authAmount = authAmount @settleAmount = settleAmount @tax = tax @shipping = shipping @duty = duty @lineItems = lineItems @prepaidBalanceRemaining = prepaidBalanceRemaining @taxExempt = taxExempt @payment = payment @customer = customer @billTo = billTo @shipTo = shipTo @recurringBilling = recurringBilling @customerIP = customerIP @product = product @marketType = marketType @mobileDeviceId = mobileDeviceId @returnedItems = returnedItems @solution = solution @emvDetails = emvDetails @profile = profile @surcharge = surcharge @employeeId = employeeId @tip = tip @otherTax = otherTax @shipFrom = shipFrom @networkTransId = networkTransId @originalNetworkTransId = originalNetworkTransId @originalAuthAmount = originalAuthAmount @authorizationIndicator = end |