Interface SavedCredentials

Contains information about saved payment credentials.

interface SavedCredentials {
    @type: "savedCredentials";
    id: string;
    title: string;
}

Properties

Properties

@type: "savedCredentials"
id: string

Unique identifier of the saved credentials.

title: string

Title of the saved credentials.