Skip to main content

Class GetCustomerFieldsRequest

This method is used to get any additional information associated with a deposit.


Properties

NAMETYPEDESCRIPTION
RequestIdstringUnique identifier used to identify the request. Used when associating the request to the response.
RequestDatedateTimeDateTime request was made. Request timeout is 1 minute.
CredentialsTokenCredentialsREQUIRED. The credentials given from your last response.
CustomerTypeCustomerTypeAn enumeration identifying the type of customer or end user you intend to create. Possible values are: Individual or Business. Required field.
LocationReferencestringREQUIRED. The unique value assigned to each Location used to find the customer fields.

CustomerType

NAMETYPEDESCRIPTION
Individual
Business

Examples

{
"__type":"GetCustomerFieldsRequest:#JackHenry.Eps.Mobile.RDC",
"LocationReference":"String Content",
"CustomerType":
}