Codeunit WSB_HASMonetProduct¶
Implements the WSB_IMonetProduct interface, which is used for retrieving information about Apportunix products.
Properties¶
Name | Value |
---|---|
Access | Public |
Methods¶
wgFncGetAppID:Guid¶
Retrieves the App ID of the Business Central app connected to the product.
Returns¶
Type | Description |
---|---|
Guid |
App ID |
wgFncGetBillingMethod:Enum::WSB_MonetBillingMethod¶
Retrieves the Billing Method that is used for the product.
Returns¶
Type | Description |
---|---|
Enum WSB_MonetBillingMethod |
The Billing Method |
wgFncGetLiveProductID:Text[255]¶
Retrieves the Product ID for the product in the LIVE account.
Returns¶
Type | Description |
---|---|
Text[255] |
Product ID |
wgFncGetTestProductID:Text[255]¶
Retrieves the Product ID for the product in the TEST account.
Returns¶
Type | Description |
---|---|
Text[255] |
Product ID |