Skip to main content

Class Customer

Object representing a customer


Properties

NAMETYPEDESCRIPTION
AddressLine1System.StringMax length is 50 characters
AddressLine2System.StringMax length is 50 characters
CitySystem.StringMax length is 40 characters
CompanyNameSystem.StringA string value with the name of the business. Required if CustomerType is MicroBusiness. Max length is 60 characters.
CountrySystem.StringMax length is 40 characters
CustomerTypeJackHenry.Eps.Mobile.CustomerTypeAn enumeration identifying the type of customer or end user. Possible values are: Consumer or MicroBusiness. Required field.
EmailAddressSystem.StringMax length is 60 characters
FirstNameSystem.StringMax length is 30 characters. Required when CustomerType is Consumer.
HomeBankingIdSystem.StringA string value with a unique identifier for the customer. It is required for all customers boarded with the RDA Web Service and most often corresponds to the customer's unique identifier in the Financial Institution's system. Max length is 50 characters.
IsDirectLoginEnabledSystem.BooleanA Boolean value indicating whether or not the customer can directly log in with a username and password maintained in the EPS system (not SSO authentication). Required field.
IsEnabledSystem.BooleanIndicates whether customer is enabled in system
LastNameSystem.StringA string value that contains the last name of the customer or the business name if CustomerType is MicroBusiness. This is required no matter the CustomerType. Max length is 60 characters.
PostalCodeSystem.StringMax length is 10 characters
StateSystem.StringMax length is 40 characters
UsernameSystem.StringMax length is 50 characters. Required if IsDirectLoginEnabled is set to true.