export class AccountAttributes { name: string number: string 'created-at': string // (Date with Time) '2020-06-04T19:07:51Z' 'disbursements-frozen': boolean // true 'organization-label': string // string statements: boolean // true status: string // Enum: "closed" "incomplete" "opened" "pending" "voided" }