export enum PAYMENT_STATE { OUTSTANDING = 'outstanding', INVOICED = 'invoiced', PAID = 'paid', }