export class UploadDocumentParams { accountId: string fieldId: string contentType: string // For individualGovernmentId fieldId, you could specify the documentType. // Possible values are GOVT_ID, DRIVING_LICENSE, PASSPORT_CARD and PASSPORT. documentType?: string // For individualGovernmentId fieldId, you could specify the documentSubType. // Possible values are FRONT and BACK. // For individualGovernmentId fieldId, it is required to upload both FRONT and BACK for GOVT_ID, DRIVING_LICENSE and PASSPORT_CARD. documentSubType?: string }