RatePlanRevenueShareType

enum RatePlanRevenueShareType : Enum<RatePlanRevenueShareType> , ConvertibleToJava<RatePlanRevenueShareType>

Method used to calculate the revenue that is shared with developers.

Entries

Link copied to clipboard

Revenue share type is not specified.

Link copied to clipboard

Fixed percentage of the total revenue will be shared. The percentage to be shared can be configured by the API provider.

Link copied to clipboard

Amount of revenue shared depends on the number of API calls. The API call volume ranges and the revenue share percentage for each volume can be configured by the API provider. Note: Not supported by Apigee at this time.

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun toJava(): RatePlanRevenueShareType
Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.

Properties

Link copied to clipboard
val javaValue: RatePlanRevenueShareType
Link copied to clipboard
Link copied to clipboard