Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 431 Bytes

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 str 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": "name2"
}