Interface BankCardInfo

Information about a bank card.

interface BankCardInfo {
    @type: "bankCardInfo";
    actions: BankCardActionOpenUrl[];
    title: string;
}

Properties

Properties

@type: "bankCardInfo"

Actions that can be done with the bank card number.

title: string

Title of the bank card description.