Skip to main content

Class Customer

Object representing a customer; i.e. Name, Address, City, etc..


Properties

NAMETYPEDESCRIPTION
AddressLine1stringCustomers Address
AddressLine2stringCustomers additional Address information
CitystringCustomers City
CountrystringCustomers Country
CustomerData1stringCustomers Customer Data 1
CustomerData2stringCustomers Customer Data 2
CustomerData3stringCustomers Customer Data 3
CustomerReferencestringA unique value assigned to each customer used for Associating a Customer to a deposit.
CustomerTypeCustomerType An enumeration identifying the type of customer. Possible values are: Individual or Business.
DaytimePhonestringCustomers Daytime Phone
DaytimePhoneExtstringCustomers Daytime Phone Extension
DLNumberstringLast 4 digits of Customer's Driver's License Number
DLStatestringCustomer's Driver's License State
EmailAddressstringCustomers Email Address
EveningPhonestringCustomers Evening Phone
EveningPhoneExtstringCustomers Evening Phone Extension
FaxstringCustomers Fax
FirstNamestringCustomers First Name
HomeBankingIdstringA reference value to the FI's Id
IsCompanyboolIndicates whether the customer is an individual or a business.
LastNamestringCustomers Last Name
LocationReferencestringA unique value assigned to each location.
PostalCodestringCustomers Zip Code
RelationshipRelationshipTypeAn enumeration identifying the type of customer relationship. Possible values are: Customer or Vendor.
SSNFedTaxIdstringLast 4 digits of Customer's SSN or Federal Tax Id
StatestringCustomers State

CustomerType

NAMETYPEDESCRIPTION
Individual
Business

RelationshipType

NAMETYPEDESCRIPTION
Customer1
Vendor2

Examples

{
"__type":"Customer:#JackHenry.Eps.Mobile.RDC",
"HomeBankingId":"String Content",
"FirstName":"String Content",
"LastName":"String Content",
"AddressLine1":"String Content",
"AddressLine2":"String Content",
"City":"String Content",
"State":"String Content",
"PostalCode":"String Content",
"Country":"String Content",
"EmailAddress":"String Content",
"CustomerReference":"String Content",
"DaytimePhone":"String Content",
"DaytimePhoneExt":"String Content",
"EveningPhone":"String Content",
"EveningPhoneExt":"String Content",
"SSNFedTaxId":"String Content",
"Fax":"String Content",
"CustomerData1":"String Content",
"CustomerData2":"String Content",
"CustomerData3":"String Content",
"IsCompany":true,
"LocationReference":"String Content",
"DLNumber":"String Content",
"DLState":"String Content",
"CustomerType":
"Relationship":
}