export class TransferRequest { source: string // 'account:AC-WYUR7ZZ6UMU' sourceAmount?: string // '5' sourceCurrency: string // 'USD' dest: string // 'bitcoin:14CriXWTRoJmQdBzdikw6tEmSuwxMozWWq' destAmount?: string // '5' destCurrency: string // 'BTC' // Optional Fields message?: string // 'Payment for DorianNakamoto@sendwyre.com' notifyUrl?: string autoConfirm?: boolean // true customId?: string amountIncludesFees?: boolean preview?: boolean muteMessages?: boolean }