export class DisbursementAttributes { amount: string 'created-at': string // (Date with Time) description: string 'customer-reference': string 'currency-type': string 'payment-details': string 'reference-number': string 'special-type': string status: string 'transaction-number': string }