Skip to content
This repository has been archived by the owner on Apr 23, 2021. It is now read-only.

Latest commit

 

History

History
15 lines (9 loc) · 727 Bytes

OrderSource.md

File metadata and controls

15 lines (9 loc) · 727 Bytes

OrderSource

Description

Represents the origination details of an order.

Properties

Name Getter Setter Type Description Notes
name getName() setName($value) string 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. [optional]

Note: All properties are protected and only accessed via getters and setters.

[Back to Model list] [Back to API list] [Back to README]