Typescript SDK Type Docs
    Preparing search index...

    Interface SetDisplayInfoPayButtonTextUpdateAction

    Sets the display info pay button text of a PaymentIntegration.

    interface SetDisplayInfoPayButtonTextUpdateAction {
        action: "setDisplayInfoPayButtonText";
        payButtonText?: LocalizedString;
    }

    Hierarchy (View Summary)

    Index

    Properties

    action: "setDisplayInfoPayButtonText"

    Type of update action to be performed on the PaymentIntegration.

    payButtonText?: LocalizedString

    Value to set. If empty, any existing value will be removed.