Typescript SDK Type Docs
    Preparing search index...

    Interface SetActivePaymentComponentTypeUpdateAction

    interface SetActivePaymentComponentTypeUpdateAction {
        action: "setActivePaymentComponentType";
        activePaymentComponentType: PaymentComponentType;
    }

    Hierarchy (View Summary)

    Index

    Properties

    action: "setActivePaymentComponentType"

    Type of update action to be performed on the Application.

    activePaymentComponentType: PaymentComponentType

    Type of payment components that the Application will use.