Class GetCustomerFieldsRequest
This method is used to get any additional information associated with a deposit.
Properties
| NAME | TYPE | DESCRIPTION |
|---|---|---|
| RequestId | string | Unique identifier used to identify the request. Used when associating the request to the response. |
| RequestDate | dateTime | DateTime request was made. Request timeout is 1 minute. |
| Credentials | TokenCredentials | REQUIRED. The credentials given from your last response. |
| CustomerType | CustomerType | An enumeration identifying the type of customer or end user you intend to create. Possible values are: Individual or Business. Required field. |
| LocationReference | string | REQUIRED. The unique value assigned to each Location used to find the customer fields. |
CustomerType
| NAME | TYPE | DESCRIPTION |
|---|---|---|
| Individual | ||
| Business |
Examples
{
"__type":"GetCustomerFieldsRequest:#JackHenry.Eps.Mobile.RDC",
"LocationReference":"String Content",
"CustomerType":
}