Skip to main content

BillingPayerResource

Important

Billing regularly introduces new features and UI changes to Browser's components. If you'd like to remain on a specific version of Browser's components or SDK, you can follow the steps in the pinning documentation.

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
    null | string
    Description

    The email address of the payer.

  • Name
    firstName?
    Type
    null | string
    Description

    The first name of the payer.

  • Name
    id
    Type
    string
    Description

    The unique identifier for the payer.

  • Name
    imageUrl?
    Type
    string
    Description

    The URL of the payer's avatar image.

  • Name
    lastName?
    Type
    null | string
    Description

    The last name of the payer.

  • Name
    organizationId
    Type
    null | string
    Description

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

  • Name
    organizationName?
    Type
    null | string
    Description

    The name of the Organization that the payer belongs to.

  • Name
    updatedAt?
    Type
    Date
    Description

    The date and time when the payer was last updated.

  • Name
    userId
    Type
    null | string
    Description

    The unique identifier for the payer.

Feedback

What did you think of this content?

Last updated on