export class KYCDocumentCheckAttributes { 'created-at': string // (Date with Time) '2020-06-08T21:51:04Z' 'expires-on': string // (Date) '2020-06-08' exceptions: string[] 'failure-details': string identity: boolean // true 'identity-photo': boolean // true 'kyc-document-country': string 'kyc-document-other-type': string 'kyc-document-type': string 'proof-of-address': boolean // true status: string 'updated-at': string // (Date with Time) '2020-06-08T21:51:04Z' }