Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • OrderDraftFragment

Index

Properties

__typename

__typename: "Order"

billingAddress

billingAddress: null | OrderDraftFragment_billingAddress

The billing address of this order

creationDate

creationDate: string

The creation date of this order in ISO 8601 date format

draft

draft: boolean

Flag whether or not this is an order draft

id

id: string

The identifier of this purchase order

shipMethod

shipMethod: null | string

The shipping method name of this order

shippingAddress

shippingAddress: null | OrderDraftFragment_shippingAddress

The shipping address of this order

status

status: null | string

The status of this order

totalAmount

totalAmount: (null | OrderDraftFragment_totalAmount)[]

The total amount of this order

Generated using TypeDoc