Skip to main content
Docs

BillingPayerResource

Warning

Billing is currently in Beta and its APIs are experimental and may undergo breaking changes. To mitigate potential disruptions, we recommend pinning your SDK and clerk-js package versions.

The BillingPayerResource type represents a payer associated with a billing subscription.

Properties

  • Name
    createdAt
    Type
    Date
    Description

    The date and time when the payer was created.

  • Name
    email?
    Type
    string
    Description

    The email address of the payer.

  • Name
    firstName?
    Type
    string
    Description

    The first name of the payer.

  • Name
    id
    Type
    string
    Description

    The unique identifier for the payer.

  • Name
    imageUrl
    Type
    null | string
    Description

    The URL of the payer's avatar image.

  • Name
    lastName?
    Type
    string
    Description

    The last name of the payer.

  • Name
    organizationId?
    Type
    string
    Description

    The unique identifier for the organization that the payer belongs to.

  • Name
    organizationName?
    Type
    string
    Description

    The name of the organization that the payer belongs to.

  • Name
    pathRoot
    Type
    string
    Description

    The root path of the resource.

  • Name
    updatedAt
    Type
    Date
    Description

    The date and time when the payer was last updated.

  • Name
    userId?
    Type
    string
    Description

    The unique identifier for the payer.

Feedback

What did you think of this content?

Last updated on