ReferralTransaction class abstract

ReferralTransaction

Properties:

Annotations
  • @BuiltValue()

Constructors

ReferralTransaction([void updates(ReferralTransactionBuilder b)])
factory

Properties

amount double
no setter
commission double
Commission value in percentage. e.g. 20.00 means 20%
no setter
createdAt DateTime
no setter
currency String
no setter
errors → BuiltList<Error>?
no setter
hashCode int
The hash code for this object.
no setterinherited
id String
no setter
pendingExpiresAt DateTime?
no setter
rates → BuiltList<AmountRate>
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type ReferralTransactionType
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(ReferralTransactionBuilder)) ReferralTransaction
Rebuilds the instance.
inherited
toBuilder() ReferralTransactionBuilder
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<ReferralTransaction>
no setter