Codeunit WSB_DepositItemsMonet¶
Codeunit implements Interface WSB_IMonetProduct.
Properties¶
Name | Value |
---|---|
Access | Public |
Methods¶
wgFncGetAppID¶
Retrieves the App ID of the Business Central app connected to the product.
Returns¶
Type | Description |
---|---|
Guid |
App ID |
wgFncGetBillingMethod¶
Retrieves the Billing Method that is used for the product.
Returns¶
Type | Description |
---|---|
Enum WSB_MonetBillingMethod |
The Billing Method |
wgFncGetLiveProductID¶
Retrieves the Product ID for the product in the LIVE account.
Returns¶
Type | Description |
---|---|
Text[255] |
Product ID |
wgFncGetTestProductID¶
Retrieves the Product ID for the product in the TEST account.
Returns¶
Type | Description |
---|---|
Text[255] |
Product ID |