Direct Payment Integrator V6 - Online Help
Direct Payment Integrator V6
Questions / Feedback?

TransactionType Property

Indicates transaction type for this detail record.

Syntax

 fdmsomahadetailrecord.getTransactionType([callback])
 fdmsomahadetailrecord.setTransactionType( transactionType, [callback])

Possible Values

  0 (ottCapture), 
  1 (ottRefund), 
  2 (ottRevise), 
  3 (ottVoid)

Default Value

0


Callback

The 'callback' parameter specifies a function which will be called when the operation completes (or an error is encountered). If the 'callback' parameter is not specified, then the method will block and will not return until the operation completes (or an error is encountered).

The callback for the getTransactionType([callback]) method is defined as:

function(err, data){ }

'err' is the error that occurred. If there was no error, then 'err' is 'null'.

'data' is the value returned by the method.

The callback for the setTransactionType([callback]) method is defined as:

function(err){ }

'err' is the error that occurred. If there was no error, then 'err' is 'null'.

'err' has 2 properties which hold detailed information:

err.code
err.message

Remarks

This property indicates the type of transaction that is being settled. The following table lists the industry types supported by this class.

ottCapture (0) Capture an AuthOnly transaction or perform a Force transaction.
ottRefund (1) Perform a Refund transaction (return funds to cardholder).
ottRevise (2) Revise a transaction (Only applicable for Sale, Refund, and Capture transactions).
ottVoid (3) Void a transaction.

Data Type

Integer

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 6.0.6240.0