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

TransactionType Property

The type of e-commerce transaction.

Syntax

int GetTransactionType();

int SetTransactionType(int iTransactionType);

Possible Values

  DMT_ECOMMERCE(0), 
  DMT_MOTO(1), 
  DMT_RECURRING(2), 
  DMT_INSTALLMENT(3)

Default Value

0

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.

Data Type

Integer

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