Skip to main content

Class Location

Represents a Location.


Properties

NAMETYPEDESCRIPTION
IsEnabledboolIndicates whether the Locations is enabled or not.
LocationNumberstringA unique custom value that correlates to the FI.
LocationReferencestringThe unique value assigned to each location used to link it to a deposit.
NamestringThe Location name.

Examples

{
"__type": "Location:#JackHenry.Eps.Mobile.RDC",
"LocationReference": "String Content",
"Name": "String Content",
"IsEnabled": true,
"LocationNumber": "String Content"
}