BillingInterval
public enum BillingInterval : String
The interval at which the payment is charged or billed.
-
Declaration
Swift
case day = "DAY"
-
Declaration
Swift
case week = "WEEK"
-
Declaration
Swift
case month = "MONTH"
-
Declaration
Swift
case year = "YEAR"