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

DirectMarketingType Property

Specifies the type of transaction to process.

Syntax

[VB.NET]
Public Property DirectMarketingType As FdmsomahadetailrecordDirectMarketingTypes

[C#]
public FdmsomahadetailrecordDirectMarketingTypes DirectMarketingType {get; set;}

enum FdmsomahadetailrecordDirectMarketingTypes { dmECommerce, dmMOTO, dmRecurring, dmInstallment }

Remarks

This property is used to specify the type of direct marketing transaction you wish to process.

The following types of transactions are supported by this component:

dmECommerce (0)This is an E-Commerce transaction, and consists of goods or services sold online over the Internet.
dmMOTO (1)This is a Mail Order or Telephone Order transaction, and consists of goods sold through the mail or over the phone.
dmRecurring (2)This is a recurring payment, such as a magazine subscription or health club membership.
dmInstallment (3)This is an installment payment. For example, "Three easy payments of $19.95".

All of these transactions are card-not-present transactions. If you wish to authorize card-present transactions, you must use the FDMSOmahaRetail component.

Note: For Installment payments, Omaha does not support specifying the Installment Number and Installment Count. Therefore it is up to the merchant to maintain this information internally. Thus the only additional requirement to send an Installment payment is to set DirectMarketingType to dmInstallment.

Default Value

0

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