SourceApplication

September 24, 2019 ยท View on GitHub

Description

Provides information about the application used to generate an inventory change.

Properties

NameGetterSetterTypeDescriptionNotes
productgetProduct()setProduct($value)stringRead-only `Product` type for the application. See Product for possible values[optional]
application_idgetApplicationId()setApplicationId($value)stringRead-only Square ID assigned to the application. Only used for `Product` type `EXTERNAL_API`.[optional]
namegetName()setName($value)stringRead-only display name assigned to the application (e.g. `"Custom Application"`, `"Square POS 4.74 for Android"`).[optional]

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

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