export class ChildFundsTransfersAttributes { amount: string // (Decimal > 0) > 0 'account-id'?: string // (UUIDv4) 'shortage-from'?: boolean 'shortage-to'?: boolean 'special-instructions'?: string }