/* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ export type UpdateAccount = { /** * For bookkeeping to distinct account purpose. */ accountCode?: string; /** * Account number from external system. */ accountNumber?: string; }