salesChannel property
The originating sales channel of the order. Possible string values are:
- "SALES_CHANNEL_UNSPECIFIED" : Sales channel unspecified. This value is not used.
- "IN_APP" : Standard orders that initiated from in-app.
- "PC_EMULATOR" : Orders initiated from a PC emulator for in-app purchases.
- "NATIVE_PC" : Orders initiated from a native PC app for in-app purchases.
- "PLAY_STORE" : Orders initiated from the Google Play store.
- "OUTSIDE_PLAY_STORE" : Orders initiated outside the Google Play store.
Implementation
core.String? salesChannel;