Frequency class

Constructors

Frequency({required dynamic interval_count, required String interval_unit})

Properties

hashCode int
The hash code for this object.
no setterinherited
interval_count → dynamic
The number of intervals after which a subscriber is billed. For example, if the interval_unit is DAY with an interval_count of 2, the subscription is billed once every two days. The following table lists the maximum allowed values for the interval_count for each interval_unit: https://developer.paypal.com/docs/api/subscriptions/v1/#definition-frequency
final
interval_unit String
The possible values are: DAY. A daily billing cycle. WEEK. A weekly billing cycle. MONTH. A monthly billing cycle. YEAR. A yearly billing cycle.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited