Class Customer
Object representing a customer
Properties
| NAME | TYPE | DESCRIPTION |
|---|---|---|
| AddressLine1 | System.String | Max length is 50 characters |
| AddressLine2 | System.String | Max length is 50 characters |
| City | System.String | Max length is 40 characters |
| CompanyName | System.String | A string value with the name of the business. Required if CustomerType is MicroBusiness. Max length is 60 characters. |
| Country | System.String | Max length is 40 characters |
| CustomerType | JackHenry.Eps.Mobile.CustomerType | An enumeration identifying the type of customer or end user. Possible values are: Consumer or MicroBusiness. Required field. |
| EmailAddress | System.String | Max length is 60 characters |
| FirstName | System.String | Max length is 30 characters. Required when CustomerType is Consumer. |
| HomeBankingId | System.String | A 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. |
| IsDirectLoginEnabled | System.Boolean | A 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. |
| IsEnabled | System.Boolean | Indicates whether customer is enabled in system |
| LastName | System.String | A 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. |
| PostalCode | System.String | Max length is 10 characters |
| State | System.String | Max length is 40 characters |
| Username | System.String | Max length is 50 characters. Required if IsDirectLoginEnabled is set to true. |