ReferralProgramTerms class abstract

ReferralProgramTerms

Properties:

  • initialPct - Initial plan purchase percentage.
  • subsequentPct - Subsequent plan purchase percentage.
  • miningPct - Mining coins percentage.
  • pendingDur - The duration within which rewards can redeem if the referral program criteria have not been met.
  • payoutHoldDur - The duration within which payout can be requested on a particular transaction.
Annotations
  • @BuiltValue()

Constructors

ReferralProgramTerms([void updates(ReferralProgramTermsBuilder b)])
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
initialPct double
Initial plan purchase percentage.
no setter
miningPct double
Mining coins percentage.
no setter
payoutHoldDur String
The duration within which payout can be requested on a particular transaction.
no setter
pendingDur String
The duration within which rewards can redeem if the referral program criteria have not been met.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subsequentPct double
Subsequent plan purchase percentage.
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(ReferralProgramTermsBuilder)) ReferralProgramTerms
Rebuilds the instance.
inherited
toBuilder() ReferralProgramTermsBuilder
Converts the instance to a builder B.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

serializer → Serializer<ReferralProgramTerms>
no setter