_Entity
No description
union _Entity = Invoice | Order | UserAddress | VendorAddress
Possible types
_Entity.Invoice
object
Invoice of an order.
_Entity.Order
object
Foreign type of an order.
_Entity.UserAddress
object
Foreign type of a user address.
_Entity.VendorAddress
object
Foreign type of a vendor address.
Returned By
_entities
query