MandateFrequencyEnum class

Inheritance
  • Object
  • EnumClass
  • MandateFrequencyEnum

Properties

hashCode int
The hash code for this object.
no setterinherited
name String
finalinherited
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

Static Properties

serializer → Serializer<MandateFrequencyEnum>
no setter
values → BuiltSet<MandateFrequencyEnum>
no setter

Static Methods

valueOf(String name) MandateFrequencyEnum

Constants

adhoc → const MandateFrequencyEnum
The frequency with which a shopper should be charged. Possible values: daily, weekly, biWeekly, monthly, quarterly, halfYearly, yearly.
biWeekly → const MandateFrequencyEnum
The frequency with which a shopper should be charged. Possible values: daily, weekly, biWeekly, monthly, quarterly, halfYearly, yearly.
daily → const MandateFrequencyEnum
The frequency with which a shopper should be charged. Possible values: daily, weekly, biWeekly, monthly, quarterly, halfYearly, yearly.
halfYearly → const MandateFrequencyEnum
The frequency with which a shopper should be charged. Possible values: daily, weekly, biWeekly, monthly, quarterly, halfYearly, yearly.
monthly → const MandateFrequencyEnum
The frequency with which a shopper should be charged. Possible values: daily, weekly, biWeekly, monthly, quarterly, halfYearly, yearly.
quarterly → const MandateFrequencyEnum
The frequency with which a shopper should be charged. Possible values: daily, weekly, biWeekly, monthly, quarterly, halfYearly, yearly.
unknownDefaultOpenApi → const MandateFrequencyEnum
The frequency with which a shopper should be charged. Possible values: daily, weekly, biWeekly, monthly, quarterly, halfYearly, yearly.
weekly → const MandateFrequencyEnum
The frequency with which a shopper should be charged. Possible values: daily, weekly, biWeekly, monthly, quarterly, halfYearly, yearly.
yearly → const MandateFrequencyEnum
The frequency with which a shopper should be charged. Possible values: daily, weekly, biWeekly, monthly, quarterly, halfYearly, yearly.