Session: {
    id: string;
    clientSecret: string;
    livemode: boolean;
    accounts: Account[];
}

Type declaration

  • id: string

    A unique ID for this session.

  • clientSecret: string

    The client secret for this session.

  • livemode: boolean

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

  • accounts: Account[]

    The accounts that were collected as part of this Session.

MMNEPVFCICPMFPCPTTAAATR