Interface BankCardActionOpenUrl

Describes an action associated with a bank card number.

interface BankCardActionOpenUrl {
    @type: "bankCardActionOpenUrl";
    text: string;
    url: string;
}

Properties

Properties

@type: "bankCardActionOpenUrl"
text: string

Action text.

url: string

The URL to be opened.