Saxonberg Server API
    Preparing search index...

    Interface SettlementReceipt

    A receipt the settlement scene reads to name what cleared (and how).

    interface SettlementReceipt {
        accountId?: string;
        corpoKey?: string;
        method: "credential" | "cash";
    }
    Index

    Properties

    accountId?: string

    The routed account (credential method) — for the scene + corpo lookup.

    corpoKey?: string

    The routing account's corpo affiliation (credential method).

    method: "credential" | "cash"