export class ReverseFundsTransferRequest { include?: string fundsTransferID: string data: { type?: string // 'funds-transfers' attributes: { 'comments-1': string // <= 60 characters 'reversal-details': string amount?: string // (Decimal > 0) > 0 'comments-2'?: string // <= 60 characters 'comments-3'?: string // <= 60 characters 'comments-4'?: string // <= 60 characters } } }