Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Properties

child?: Core.Graph
curie: "fx:user"
links: { fx:attributes: Backend.Rels.Attributes; fx:default_store: DefaultStore; fx:stores: Stores; self: User }

Type declaration

  • fx:attributes: Backend.Rels.Attributes

    List of custom attributes on this user resource.

  • fx:default_store: DefaultStore

    Default store for this user.

  • fx:stores: Stores

    List of stores this user has access to.

  • self: User

    This resource.

props: { affiliate_id: number; date_created: null | string; date_modified: null | string; email: string; first_name: string; is_designer: boolean; is_front_end_developer: boolean; is_merchant: boolean; is_programmer: boolean; last_name: string; phone: string }

Type declaration

  • affiliate_id: number

    This can only be set during user creation. Contact us if you need this value changed later.

  • date_created: null | string

    The date this resource was created.

  • date_modified: null | string

    The date this resource was last modified.

  • email: string

    The user's email address. This is used as the login to the FoxyCart admin for this user.

  • first_name: string

    The user's given name.

  • is_designer: boolean

    If this user is a front end designer who works in wireframes, graphic designs, and user interfaces.

  • is_front_end_developer: boolean

    If this user is a front end developer who writes code in things like HTML, CSS, and maybe some JavaScript.

  • is_merchant: boolean

    If this user is a a merchant or store admin involved in the item and money side of the e-commerce business.

  • is_programmer: boolean

    If this user is a programmer who writes server side code in languages like PHP, .NET, Python, Java, Ruby, etc

  • last_name: string

    The user's surname.

  • phone: string

    The user's phone number.

zooms?: Readonly<Record<string, undefined | Core.Graph>>

Generated using TypeDoc