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

TransactionType Property

Indicates transaction type for this detail record.

Syntax

public int getTransactionType();
public void setTransactionType(int transactionType);

Enumerated values: public final static int ottCapture = 0; public final static int ottRefund = 1; public final static int ottRevise = 2; public final static int ottVoid = 3;

Remarks

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

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.

Default Value

0

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