DirectMarketingType Property
Specifies the type of direct marketing transaction to reverse.
Syntax
public int getDirectMarketingType(); public void setDirectMarketingType(int directMarketingType);
Enumerated values: public final static int fdmECommerce = 0; public final static int fdmMOTO = 1; public final static int fdmRecurring = 2; public final static int fdmInstallment = 3;
Remarks
The following types of direct marketing transactions are reversable by this bean:
fdmECommerce (0) | This is an E-Commerce transaction, and consists of goods or services sold online over the Internet. |
fdmMOTO (1) | This is a Mail Order or Telephone Order transaction, and consists of goods sold through the mail or over the phone. |
fdmRecurring (2) | This is a recurring payment, such as a magazine subscription or health club membership. |
fdmInstallment (3) | This is an installment payment. For example, "Three easy payments of $19.95". |
Default Value
0