Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Properties

child?: Core.Graph
curie: "fx:customer"
links: { fx:attributes: Customer.Rels.Attributes; fx:customer_addresses: Customer.Rels.CustomerAddresses; fx:default_billing_address: Customer.Rels.DefaultBillingAddress; fx:default_payment_method: Customer.Rels.DefaultPaymentMethod; fx:default_shipping_address: Customer.Rels.DefaultShippingAddress; fx:sub_modification_url: Customer.Rels.SubModificationUrl; fx:sub_token_url: Customer.Rels.SubTokenUrl; fx:subscriptions: Customer.Rels.Subscriptions; fx:transactions: Customer.Rels.Transactions; self: Customer.Graph }

Type declaration

props: { date_created: null | string; date_modified: null | string; email: string; first_name: string; id: number; last_login_date: string; last_name: string; tax_id: string }

Type declaration

  • date_created: null | string

    The date this resource was created.

  • date_modified: null | string

    The date this resource was last modified.

  • email: string

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

  • first_name: string

    The customer's given name.

  • id: number

    The FoxyCart customer id, useful for Single Sign On integrations.

  • last_login_date: string

    The date of the last time this customer authenticated with the FoxyCart checkout.

  • last_name: string

    The customer's surname.

  • tax_id: string

    A tax identification number for this customer.

zooms: { attributes: Customer.Rels.Attributes; default_billing_address?: Customer.Rels.DefaultBillingAddress; default_payment_method?: Customer.Rels.DefaultPaymentMethod; default_shipping_address?: Customer.Rels.DefaultShippingAddress }

Type declaration

Generated using TypeDoc