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

ReversalTransactionType Property

The type of transaction to reverse.

Syntax

public int getReversalTransactionType();
public void setReversalTransactionType(int reversalTransactionType);

Enumerated values: public final static int frttAuthOnly = 0; public final static int frttCapture = 1; public final static int frttCredit = 2; public final static int frttSale = 3;

Remarks

This property specifies the type of transaction to reverse. Possible values are:

0 (frttAuthOnly - default AuthOnly.
1 (frttCapture) Capture. Only applicable when ReversalType is set to frtTimeoutReversal.
2 (frttCredit) Credit. Only applicable when ReversalType is set to frtTimeoutReversal.
3 (frttSale) Sale.

Default Value

0

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