Type Alias StripeAccountLink

StripeAccountLink: {
    created: number;
    expires_at: number;
    object: string;
    url: string;
}

Type declaration

  • created: number

    Time at which the object was created. Measured in seconds since the Unix epoch.

  • expires_at: number

    The timestamp at which this account link will expire.

  • object: string

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

  • url: string

    The URL for the account link.

""