Mayson Monorepo Documentation
    Preparing search index...

    The DeletedBankAccount object.

    interface DeletedBankAccount {
        id: string;
        object: "bank_account";
        currency?: string;
        deleted: true;
    }
    Index

    Properties

    id: string

    Unique identifier for the object.

    object: "bank_account"

    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