export class KYCDocumentAttributes { 'contact-id': string // '36ee2bf6-3792-4f92-a037-ab196f4f53be' 'uploaded-document-id': string // '01d905f8-8166-4d5d-b669-2bba7ff35beb' 'backside-document-id'?: string // 'cb5434e6-9a06-4d95-9dfd-fc460c027824' 'expires-on'?: string // Date '2029-12-30' identity?: boolean // true 'identity-photo'?: boolean // true 'proof-of-address'?: boolean // true 'kyc-document-country'?: string // 'US' 'kyc-document-type'?: string // Enum: "drivers_license" "government_id" "other" "passport" "residence_permit" "utility_bill" 'kyc-document-other-type'?: string }