LoyaltyAccount class abstract

This data structure conveys the identification of the account and the associated loyalty brand. Data related to a loyalty account processed in the transaction.

Properties:

Annotations
  • @BuiltValue.new()

Constructors

LoyaltyAccount([void updates(LoyaltyAccountBuilder b)])
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
loyaltyAccountID LoyaltyAccountID
Identification of a Loyalty account.
no setter
loyaltyBrand String?
Identification of a Loyalty brand. If a card is analysed.
no setter
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
rebuild(dynamic updates(LoyaltyAccountBuilder)) LoyaltyAccount
Rebuilds the instance.
inherited
toBuilder() LoyaltyAccountBuilder
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<LoyaltyAccount>
no setter