Typescript SDK Type Docs
    Preparing search index...

    Interface DisplayInfo

    Display information for the payment integration in the UI.

    interface DisplayInfo {
        description?: LocalizedString;
        label?: LocalizedString;
        logoUrl?: LocalizedUrl;
        payButtonText?: LocalizedString;
    }
    Index

    Properties

    description?: LocalizedString

    Description of the payment method displayed in the UI.

    Label of the payment method displayed in the UI.

    logoUrl?: LocalizedUrl

    Logo of the payment method displayed in the UI.

    payButtonText?: LocalizedString

    Text of the Pay button displayed in the UI when paying with the payment method.