getBillingPeriod

open fun getBillingPeriod(productId: String): String

ISO-8601 base billing cycle (e.g. "P1M", "P1Y").

Resolved from the INFINITE_RECURRING phase of the base offer, so trial/intro phases do not skew the result.

Return

Billing period string, or null if no base offer is loaded.

Parameters

productId

Subscription product id.