Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 369 Bytes

File metadata and controls

20 lines (13 loc) · 369 Bytes

SupportedBillingPeriods

Which billing periods this price supports.

Example Usage

import com.clerk.backend_api.models.components.SupportedBillingPeriods;

SupportedBillingPeriods value = SupportedBillingPeriods.MONTH;

Values

Name Value
MONTH month
ANNUAL annual
BOTH both