RecurringModel class

Constructors

RecurringModel({required String? recurringType, required int? intervalDays, required int? iteration})

Properties

hashCode int
The hash code for this object.
no setterinherited
intervalDays int?
It is valid for the "custom" value of the RecurringType parameter. It is between 1 and 180 days
getter/setter pair
iteration int?
It determines how many times that you will charge the customer for your services.
getter/setter pair
recurringType String?
It defines the interval time of charging the customer again with the same amount. Possible values are: Custom, Daily, Weekly, and Monthly.
getter/setter pair
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
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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