Inttegro SDK for React Native - v0.1.0
    Preparing search index...

    Interface PaymentSheetConfiguration

    interface PaymentSheetConfiguration {
        appearance?: PaymentSheetAppearance;
        orderId: string;
        returnURL?: string;
        telemetry?: PaymentSheetTelemetry;
    }
    Index
    orderId: string
    returnURL?: string