Skip to content

Files

Latest commit

4f0533c · May 12, 2022

History

History
23 lines (14 loc) · 431 Bytes

order-source.md

File metadata and controls

23 lines (14 loc) · 431 Bytes

Order Source

Represents the origination details of an order.

Structure

Order Source

Fields

Name Type Tags Description
name String Optional The name used to identify the place (physical or digital) that an order originates.
If unset, the name defaults to the name of the application that created the order.

Example (as JSON)

{
  "name": null
}