Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface BillingAddress

Hierarchy

Index

Properties

child?: Core.Graph
curie: "fx:billing_address"
links: { fx:billing_addresses: BillingAddresses; fx:customer: Customer; fx:customer_address: Backend.Rels.CustomerAddress; fx:store: Backend.Rels.Store; fx:transaction: Backend.Rels.Transaction; self: BillingAddress }

Type declaration

props: { address1: string; address2: string; address_name: string; city: string; company: string; country: string; date_created: null | string; date_modified: null | string; first_name: string; is_default_billing: boolean; is_default_shipping: boolean; last_name: string; phone: string; postal_code: string; region: string }

Type declaration

  • address1: string

    The first line of the street address.

  • address2: string

    The second line of the street address.

  • address_name: string

    The name of this address. This is also the value used as the shipto entry for a multiship item.

  • city: string

    The city of this address.

  • company: string

    The company associated with this address.

  • country: string

    The country code of this address.

  • date_created: null | string

    The date this resource was created.

  • date_modified: null | string

    The date this resource was last modified.

  • first_name: string

    The given name associated with this address.

  • is_default_billing: boolean

    Specifies if this address is the default billing address for the customer.

  • is_default_shipping: boolean

    Specifies if this address is the default shipping address for the customer.

  • last_name: string

    The surname associated with this address.

  • phone: string

    The phone of this address.

  • postal_code: string

    The postal code of this address.

  • region: string

    The two character code for states in the United States. Other countries may call this a province. When a two character code isn't available, use the full region name.

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

Generated using TypeDoc