API reference
API reference
Select your platform
No SDKs available
No versions available

RecurrenceMode

RecurrenceMode

annotation class RecurrenceMode
Recurrence mode of the pricing phase.

Types

NameSummary
Companion
object Companion

Companion

object Companion

Properties

NameSummary
FINITE_RECURRING
const val FINITE_RECURRING: Int = 2
The billing plan payment recurs for a fixed number of billing period set in billingCycleCount.
INFINITE_RECURRING
const val INFINITE_RECURRING: Int = 1
The billing plan payment recurs for infinite billing periods unless cancelled.
NON_RECURRING
const val NON_RECURRING: Int = 3
The billing plan payment is a one time charge that does not repeat.
Did you find this page helpful?
Thumbs up icon
Thumbs down icon