export class DisbursementsAttributes { 'account-id': string // (UUIDv4) amount: string // (Decimal > 0) > 0 'currency-type'?: string // (Types: Enums: Currency Types) Enum: "AUD" "CAD" "EUR" "GBP" "JPY" "USD" description?: string reference?: string // [3..60] characters }