Mayson Monorepo Documentation
    Preparing search index...

    The DeletedCard object.

    interface DeletedCard {
        id: string;
        object: "card";
        currency?: string;
        deleted: true;
    }
    Index

    Properties

    id: string

    Unique identifier for the object.

    object: "card"

    String representing the object's type. Objects of the same type share the same value.

    currency?: string

    Three-letter ISO code for the currency paid out to the bank account.

    deleted: true

    Always true for a deleted object