Saxonberg Server API
    Preparing search index...

    Interface TransferResult

    interface TransferResult {
        applied: number;
        notes: BulkNote[];
        status?: TransferStatus;
    }
    Index

    Properties

    Properties

    applied: number

    Litres actually moved into the final destination.

    notes: BulkNote[]