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
USERGROUP_ID
SOURCE_NAME
SOURCE_ID
USERGROUP_SOURCE_NAME
USERGROUP_SOURCE_ID
LANGUAGE
}
Values
CustomerFieldName.DEBTOR_ID
[Optional][String] Financial identifier for accounting and billing systems.
Unique identifier used in financial systems for invoicing, payment tracking, and accounting operations. Can be automatically generated or manually assigned for customer financial management.
CustomerFieldName.FIRST_NAME
[Optional][String] Customer's given name for personal identification.
First name used in personal communications, order confirmations, and customer service interactions. Required for personalized customer experience.
CustomerFieldName.MIDDLE_NAME
[Optional][String] Customer's middle name or initial for complete identification.
Additional name component used for formal communications and complete customer identification when required for legal or business purposes.
CustomerFieldName.LAST_NAME
[Optional][String] Customer's family name for personal identification.
Surname used in formal communications, legal documents, and complete customer identification. Combined with first name for full customer identity.
CustomerFieldName.ABBREVIATION
[Optional][String] Short identifier or nickname for the customer.
Brief customer identifier used in internal systems, reports, or when space is limited. Provides a quick reference for customer identification.
CustomerFieldName.TITLE
[Optional][String] Customer's formal title or honorific.
Formal address title (Mr., Mrs., Dr., etc.) used in professional communications and formal correspondence to ensure appropriate customer addressing.
CustomerFieldName.DATE_OF_BIRTH
[Optional][DateTime] Customer's birth date for age verification and personalization.
Used for age-restricted products, birthday promotions, and demographic analysis. Must be in YYYY-MM-DD format for consistency., in ISO 8601 format 'YYYY-MM-DD' (e.g., 2024-10-31)
CustomerFieldName.GENDER
[Optional][Enum] Customer's gender for personalization and demographics.
Used for appropriate communication addressing, demographic analysis, and personalized marketing., must be one of the following: [M, F, U]
CustomerFieldName.SSN
[Optional][String] Customer's social security number for identity verification.
Sensitive personal identifier used for identity verification, credit checks, and compliance with financial regulations.
CustomerFieldName.PHONE
[Optional][String] Customer's primary phone number for communication.
Contact number used for order confirmations, customer service, and urgent communications. Should include country code for international customers.
CustomerFieldName.EMAIL
[Optional][String] Customer's email address for digital communications.
Primary communication channel for order confirmations, newsletters, and customer service. Must be a valid email format and unique per customer.
CustomerFieldName.PRIMARY_LANGUAGE
[Optional][String] Customer's preferred language for communications.
ISO 639-1 language code determining the language for emails, documents, and customer service interactions. Ensures personalized communication experience.
CustomerFieldName.CUSTOMER_ID
[Optional][String] Unique identifier for the customer record.
Primary key used to reference this customer throughout the system for orders, communications, and customer relationship management., use either CUSTOMER_ID or a combination of SOURCE_NAME and SOURCE_ID
CustomerFieldName.USERGROUP_ID
[Optional][String] Parent usergroup identifier for organizational hierarchy.
References the usergroup that contains this customer, establishing organizational structure and inheritance of permissions and pricing rules.
CustomerFieldName.SOURCE_NAME
[Optional][String] Data source system name for integration tracking.
Name of the external system or integration that provided this customer data, used for data lineage tracking and synchronization management., use either CUSTOMER_ID or a combination of SOURCE_NAME and SOURCE_ID
CustomerFieldName.SOURCE_ID
[Optional][String] Data source system identifier for integration management.
Unique identifier from the source system that provided this customer data, used for data synchronization and maintaining relationships with external systems., use either CUSTOMER_ID or a combination of SOURCE_NAME and SOURCE_ID
CustomerFieldName.USERGROUP_SOURCE_NAME
[Optional][String] Parent usergroup data source system name.
Name of the system that provided the parent usergroup information, used for tracking data lineage and managing organizational hierarchy synchronization., only required when using combination SOURCE_NAME and SOURCE_ID, use either USERGROUP_ID or a combination of USERGROUP_SOURCE_NAME and USERGROUP_SOURCE_ID
CustomerFieldName.USERGROUP_SOURCE_ID
[Optional][String] Parent usergroup data source identifier.
Unique identifier from the source system for the parent usergroup, used for maintaining organizational hierarchy and data synchronization across systems., only required when using combination SOURCE_NAME and SOURCE_ID, use either USERGROUP_ID or a combination of USERGROUP_SOURCE_NAME and USERGROUP_SOURCE_ID
CustomerFieldName.LANGUAGE
[Optional][String] Default system language for customer entity.
ISO 639-1 language code that determines the default language for this customer., only required when using combination of SOURCE_NAME and SOURCE_ID
Member Of
CustomerCsvMapping
input