@stripe/stripe-terminal-react-native
    Preparing search index...

    Type Alias Surcharge

    type Surcharge = {
        amount: number;
        consent?: SurchargeConsent | null;
    }
    Index

    Properties

    Properties

    amount: number
    consent?: SurchargeConsent | null