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

EBTPaymentType Property

Indicates the type of EBT transaction to process.

Syntax

public int getEBTPaymentType();
public void setEBTPaymentType(int EBTPaymentType);

Enumerated values: public final static int etNotApplicable = 0; public final static int etFoodStamps = 1; public final static int etCashBenefits = 2;

Remarks

This property is used to specify the type of EBT transaction to send.

The default value is etNotApplicable which is used for Credit or Debit card purchases.

etNotApplicable (0) Payment is not being made with an EBT card (used for Credit or Debit card transactions).
etFoodStamps (1) Payment is made with a Food Stamps card.
etCashBenefits (2) Payment is made with a Cash Benefits card.

Default Value

0

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