FDMSRcEWICDetail Type
Contains a single eWIC benefit/food item Detail in the eWIC request.
Remarks
This type contains details on a single eWIC benefit/food item sent in an eWIC transaction request. The fields contained by this
type are listed below.
Fields
| |
UpcItemPrice String |
Contains the store item price of this eWIC benefit/food item Detail.
This field contains the store price per unit of a single eWIC benefit/food item in an eWIC request. This amount is to be presented
with two implied decimals. For example, US $10.00 must be represented as 1000, and $0.10 is likewise simply 10. The maximum length of
this property is 6 digits.
Note: This is a required field in EBT eWIC Voucher Clear transactions.
|
UpcPluData String |
Contains the UPC or PLU Data identifying this eWIC benefit/food item Detail.
This field contains the UPC or PLU data identifying a single eWIC benefit/food item in an eWIC request. The maximum length
of this field is 16 characters.
Note: This is a required field in EBT eWIC Voucher Clear transactions.
|
UpcPluIndicator FDMSRcBenefitEWICIndicatorTypes |
Contains an indicator identifying the data type of this eWIC benefit/food item Detail.
This field identifies the data type of a single eWIC benefit/food item in an eWIC request. Possible values are:
| | 0 (freitUPC - default) | UPC (Universal Product Code) | 1 (freitPLU) | PLU (Price Look Up) |
Note: This is a required field in EBT eWIC Voucher Clear transactions.
|
UpcQuantity String |
Contains the requested quantity of this eWIC benefit/food item Detail.
This field contains the number or the total weight of a single eWIC benefit/food item in an eWIC request. This amount is to be
presented with two implied decimal positions. For example, if the number of the requested eWIC benefit/food items is 3,
this field must be represented as 300. The maximum length of this property is 5 digits.
Note: This is a required field in EBT eWIC Voucher Clear transactions.
|
Constructors
[VB.NET]
Public FDMSRcEWICDetail()
[C#]
public FDMSRcEWICDetail();