saman-payment-pos
    Preparing search index...

    Interface CardSegment

    One payment routing option offered by the terminal after a card is read in a POS-started purchase (DE57, code*label*code*label...). Pass code back as segment to posStarterPurchaseFin() when the terminal reported more than one option (e.g. more than one card scheme/bank the card could route through).

    interface CardSegment {
        code: string;
        label: string;
    }
    Index
    code: string
    label: string