CustomerFieldName
No description
enum CustomerFieldName {
DEBTOR_ID
FIRST_NAME
MIDDLE_NAME
LAST_NAME
ABBREVIATION
TITLE
DATE_OF_BIRTH
GENDER
SSN
PHONE
EMAIL
PRIMARY_LANGUAGE
CUSTOMER_ID
SOURCE_NAME
SOURCE_ID
LANGUAGE
}
Values
CustomerFieldName.DEBTOR_ID
[Optional][String] External debtor system identifier for financial integration, billing, and payment processing
CustomerFieldName.FIRST_NAME
[Optional][String] Customer's first name for personal identification and communication purposes
CustomerFieldName.MIDDLE_NAME
[Optional][String] Customer's middle name or initial for complete personal identification
CustomerFieldName.LAST_NAME
[Optional][String] Customer's last name for personal identification and formal communication
CustomerFieldName.ABBREVIATION
[Optional][String] Shortened form of customer name for display purposes and system efficiency
CustomerFieldName.TITLE
[Optional][String] Professional or personal title for formal communication and business correspondence
CustomerFieldName.DATE_OF_BIRTH
[Optional][DateTime] Customer's date of birth for age verification, demographic analysis, and personalized services, in ISO 8601 format 'YYYY-MM-DD' (e.g., 2024-10-31)
CustomerFieldName.GENDER
[Optional][Enum] Customer's gender for demographic data collection and personalized communication, must be one of the following: [M, F, U]
CustomerFieldName.SSN
[Optional][String] Social Security Number for identity verification and regulatory compliance purposes
CustomerFieldName.PHONE
[Optional][String] Primary phone number for business communication and contact purposes
CustomerFieldName.EMAIL
[Optional][String] Primary email address for business communication, notifications, and account management
CustomerFieldName.PRIMARY_LANGUAGE
[Optional][String] Customer's preferred language for localized communication, documentation, and user interface
CustomerFieldName.CUSTOMER_ID
[Optional][String] Unique internal identifier for the customer used for system operations and data relationships, use either CUSTOMER_ID or a combination of SOURCE_NAME and SOURCE_ID
CustomerFieldName.SOURCE_NAME
[Optional][String] Data source system name for tracking customer data origin and integration points, use either CUSTOMER_ID or a combination of SOURCE_NAME and SOURCE_ID
CustomerFieldName.SOURCE_ID
[Optional][String] Source ID for the customer. Deprecated, use sources instead., use either CUSTOMER_ID or a combination of SOURCE_NAME and SOURCE_ID
CustomerFieldName.LANGUAGE
[Optional][String] Language preference for the customer. Deprecated, use primaryLanguage instead., only required when using combination of SOURCE_NAME and SOURCE_ID
Member Of
CustomerCsvMapping input