@cfxlabsinc/b2b-services
    Preparing search index...
    interface MetcapWireEmail {
        amount: number;
        date: string;
        exchangeRate: string | null;
        foreignExchangeContract: string | null;
        imad: string;
        method: "SWIFT" | "FEDWIRE";
        omad: string | null;
        originatingFI: string | null;
        originatorAddress: string | null;
        originatorInfo: string | null;
        senderName: string | null;
        sendingFI: { code: string; name: string } | null;
        tradeDate: string | null;
        type: "CREDIT" | "DEBIT";
        wireNumber: string;
    }
    Index

    Properties

    amount: number
    date: string
    exchangeRate: string | null
    foreignExchangeContract: string | null
    imad: string
    method: "SWIFT" | "FEDWIRE"
    omad: string | null
    originatingFI: string | null
    originatorAddress: string | null
    originatorInfo: string | null
    senderName: string | null
    sendingFI: { code: string; name: string } | null
    tradeDate: string | null
    type: "CREDIT" | "DEBIT"
    wireNumber: string