BankAccountToken: {
    bankAccount: BankAccount | null;
    livemode: boolean;
    id: string | null;
    used: boolean;
    type: "BankAccount";
    created: number | null;
}

Type declaration

  • bankAccount: BankAccount | null

    Bank account details.

  • livemode: boolean

    Has the value true if the object exists in live mode or the value false if the object exists in test mode.

  • id: string | null

    A unique ID for this token.

  • used: boolean
  • type: "BankAccount"
  • created: number | null

    The UNIX timestamp (in milliseconds) of the date this token was created.

MMNEPVFCICPMFPCPTTAAATR