@cfxlabsinc/b2b-services
    Preparing search index...
    LedgerAccountTransfer: Omit<
        SelectLedgerAccountTransfer,
        | "id"
        | "externalId"
        | "customerId"
        | "identityId"
        | "organizationId"
        | "productQuoteId"
        | "sourceLedgerAccountId"
        | "targetLedgerAccountId"
        | "data",
    > & {
        fees: (Fees[number] & { currency: "MOVEUSD" })[];
        id: SelectLedgerAccountTransfer["externalId"];
        productQuoteId: string;
        senderMessage?: string;
        sourceAmount: LedgerAccountTransferAmount;
        sourceLedgerAccountId: string;
        targetAmount: LedgerAccountTransferAmount;
        targetLedgerAccountId: string;
        totalFees: LedgerAccountTransferAmount;
    }

    Type Declaration

    • fees: (Fees[number] & { currency: "MOVEUSD" })[]
    • id: SelectLedgerAccountTransfer["externalId"]
    • productQuoteId: string

      Audit pin to the engine-quote that priced this transfer (external id).

    • OptionalsenderMessage?: string
    • sourceAmount: LedgerAccountTransferAmount
    • sourceLedgerAccountId: string
    • targetAmount: LedgerAccountTransferAmount
    • targetLedgerAccountId: string
    • totalFees: LedgerAccountTransferAmount