BenefitType Property
Indicates whether the EBT card is a Food Stamps card or Cash Benefits card.
Object Oriented Interface
public function getBenefitType(); public function setBenefitType($value);
Procedural Interface
inpaydirect_ptechbenefit_get($res, 1 ); inpaydirect_ptechbenefit_set($res, 1, $value );
Default Value
0
Remarks
Available Benefit Types include:
btCashBenefits (0) | Cash benefits card. May be used like a debit card, and the customer may receive cash back. However, Credit transactions are not supported. |
btFoodStamps (1) | Food Stamps card. Works like a debit card, but the customer may not purchase non-food related items (including alcohol), or receive cash back. |
Data Type
Integer