Interface InputCredentialsSaved

Contains information about the payment method chosen by the user. Subtype of InputCredentials.

interface InputCredentialsSaved {
    @type: "inputCredentialsSaved";
    saved_credentials_id: string;
}

Properties

@type: "inputCredentialsSaved"
saved_credentials_id: string

Identifier of the saved credentials.