interface PaymentSetInterfaceIdAction {
    action: "setInterfaceId";
    interfaceId: string;
}

Properties

Properties

action: "setInterfaceId"
interfaceId: string

Value to set. Once set, the interfaceId cannot be changed.

Generated using TypeDoc