ResponseEWICDetails Property
Contains a response collection of eWIC Details representing benefit/food items in case of a denial or exception EBT eWIC transaction.
Syntax
[VB.NET] Public ReadOnlyProperty ResponseEWICDetails As FDMSRcResponseEWICDetailList
[C#] public FDMSRcResponseEWICDetailList ResponseEWICDetails {get;}
Remarks
Each FDMSRcResponseEWICDetail object in the collection specifies a single benefit/food item in an EBT eWIC response. A collection of up to 50 FDMSRcResponseEWICDetail may be returned in case of an EBT eWIC denial or exception.
This property is read-only.