EBTPaymentType Property
Indicates the type of EBT transaction to process.
Syntax
__property TibcFDMSOmahaRestaurantEBTPaymentTypes EBTPaymentType = {read=FEBTPaymentType, write=FSetEBTPaymentType, default=0};
enum TibcFDMSOmahaRestaurantEBTPaymentTypes { etNotApplicable=0, etFoodStamps=1, etCashBenefits=2 };
Default Value
0
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. |
Data Type
Integer