Class Location
Represents a Location.
Properties
NAME | TYPE | DESCRIPTION |
---|---|---|
IsEnabled | bool | Indicates whether the Locations is enabled or not. |
LocationNumber | string | A unique custom value that correlates to the FI. |
LocationReference | string | The unique value assigned to each location used to link it to a deposit. |
Name | string | The Location name. |
Examples
{
"__type": "Location:#JackHenry.Eps.Mobile.RDC",
"LocationReference": "String Content",
"Name": "String Content",
"IsEnabled": true,
"LocationNumber": "String Content"
}