AccountInfoBuilder class

Constructors

AccountInfoBuilder()

Properties

accountAgeIndicator AccountInfoAccountAgeIndicatorEnum?
getter/setter pair
accountChangeDate DateTime?
getter/setter pair
accountChangeIndicator AccountInfoAccountChangeIndicatorEnum?
getter/setter pair
accountCreationDate DateTime?
getter/setter pair
accountType AccountInfoAccountTypeEnum?
getter/setter pair
addCardAttemptsDay int?
getter/setter pair
deliveryAddressUsageDate DateTime?
getter/setter pair
deliveryAddressUsageIndicator AccountInfoDeliveryAddressUsageIndicatorEnum?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
homePhone String?
getter/setter pair
mobilePhone String?
getter/setter pair
passwordChangeDate DateTime?
getter/setter pair
passwordChangeIndicator AccountInfoPasswordChangeIndicatorEnum?
getter/setter pair
pastTransactionsDay int?
getter/setter pair
pastTransactionsYear int?
getter/setter pair
paymentAccountAge DateTime?
getter/setter pair
paymentAccountIndicator AccountInfoPaymentAccountIndicatorEnum?
getter/setter pair
purchasesLast6Months int?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
suspiciousActivity bool?
getter/setter pair
workPhone String?
getter/setter pair

Methods

build() AccountInfo
Builds.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
replace(AccountInfo other) → void
Replaces the value in the builder with a new one.
override
toString() String
A string representation of this object.
inherited
update(void updates(AccountInfoBuilder)?) → void
Applies updates.
override

Operators

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