@sumup/sdk
    Preparing search index...

    Type Alias AppSettings

    Mobile app settings

    type AppSettings = {
        advanced_mode?: string;
        barcode_scanner?: string;
        cash_payment?: string;
        checkout_preference?: string;
        expected_max_transaction_amount?: number;
        include_vat?: boolean;
        manual_entry?: string;
        manual_entry_tutorial?: boolean;
        mobile_payment?: string;
        mobile_payment_tutorial?: boolean;
        reader_payment?: string;
        referral?: string;
        tax_enabled?: boolean;
        terminal_mode_tutorial?: boolean;
        tip_rates?: number[];
        tipping?: string;
    }
    Index

    Properties

    advanced_mode?: string

    Advanced mode.

    barcode_scanner?: string

    Barcode scanner.

    cash_payment?: string

    Cash payment.

    checkout_preference?: string

    Checkout preference

    expected_max_transaction_amount?: number

    Expected max transaction amount.

    include_vat?: boolean

    Include vat.

    Optionalmanual_entry

    manual_entry?: string

    Manual entry.

    Optionalmanual_entry_tutorial

    manual_entry_tutorial?: boolean

    Manual entry tutorial.

    mobile_payment?: string

    Mobile payment.

    mobile_payment_tutorial?: boolean

    Mobile payment tutorial.

    reader_payment?: string

    Reader payment.

    referral?: string

    Referral.

    tax_enabled?: boolean

    Tax enabled.

    terminal_mode_tutorial?: boolean

    Terminal mode tutorial.

    tip_rates?: number[]

    Tip rates.

    tipping?: string

    Tipping.