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

TransactionType Property

The type of e-commerce transaction.

Syntax

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

Enumerated values: public final static int dmtECommerce = 0; public final static int dmtMOTO = 1; public final static int dmtRecurring = 2; public final static int dmtInstallment = 3;

Remarks

This property allows you to specify the type of e-commerce transaction that you are performing. Valid values are:

dttECommerce (0) E-Commerce transaction.
dttMOTO (1) One time Mail Order or Telephone Order transaction.
dttRecurring (2) Recurring Mail/Telephone Order transaction.
dttInstallment (3) Installment payment. For example, "Three easy payments of $19.95". Installment details are specified using ClearingSequenceCount and ClearingSequenceNumber.

Default Value

0

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