Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 766 Bytes

File metadata and controls

18 lines (13 loc) · 766 Bytes

PollinationSDK.Model.BillingOption

Properties

Name Type Description Notes
Id int The id of the billing option
Name string The name of the billing option
BillingType string The type of billing option, can be daily, monthly or yearly
BillingPeriod int The number of period for the billing cycle
RecurringPrice Dictionary<string, decimal> The price of the billing option
Type string [optional] [readonly] [default to "BillingOption"]

[Back to Model list] [Back to API list] [Back to README]