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

    Interface PaymentSheetAppearance

    interface PaymentSheetAppearance {
        backgroundColor?: `#${string}`;
        cornerRadius?: number;
        primaryColor?: `#${string}`;
        textColor?: `#${string}`;
    }
    Index
    backgroundColor?: `#${string}`
    cornerRadius?: number
    primaryColor?: `#${string}`
    textColor?: `#${string}`