RatePlanPaymentFundingModel

enum RatePlanPaymentFundingModel : Enum<RatePlanPaymentFundingModel> , ConvertibleToJava<RatePlanPaymentFundingModel>

DEPRECATED: This field is no longer supported and will eventually be removed when Apigee Hybrid 1.5/1.6 is no longer supported. Instead, use the billingType field inside DeveloperMonetizationConfig resource. Flag that specifies the billing account type, prepaid or postpaid.

Entries

Link copied to clipboard

Billing account type not specified.

Link copied to clipboard

Prepaid billing account type. Developer pays in advance for the use of your API products. Funds are deducted from their prepaid account balance. Note: Not supported by Apigee at this time.

Link copied to clipboard

Postpaid billing account type. Developer is billed through an invoice after using your API products.

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun toJava(): RatePlanPaymentFundingModel
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: RatePlanPaymentFundingModel
Link copied to clipboard
Link copied to clipboard