Interface PaymentMethodMessagingElementAppearance

interface PaymentMethodMessagingElementAppearance {
    font?: PaymentMethodMessagingElementFont;
    textColor?: PaymentSheet.ThemedColor;
    linkTextColor?: PaymentSheet.ThemedColor;
    style?: PaymentMethodMessagingElementStyle;
}

Properties

Font settings for the element.

The color used for the element text.

linkTextColor?: PaymentSheet.ThemedColor

The color used for the text that links to available BNPL plans.

The theme of the images displayed by the element.