sharePercentage property

double? sharePercentage
getter/setter pair

Percentage of the revenue to be shared with the developer.

For example, to share 21 percent of the total revenue with the developer, set this value to 21. Specify a decimal number with a maximum of two digits following the decimal point.

Implementation

core.double? sharePercentage;