| Name | Summary |
|---|---|
Companion | object Companion |
| Name | Summary |
|---|---|
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. |