BillingInterval
public enum BillingInterval : String, Encodable
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"
View on GitHub