PayToInfo class abstract
PayToInfo
Properties:
- merchantName - Merchant name displayed to the shopper in the Agreements
- payToPurpose - Represents the purpose of the Agreements created, it relates to the business type Allowed values: mortgage, utility, loan, gambling, retail, salary, personal, government, pension, tax, other
- Annotations
-
- @BuiltValue.new()
Constructors
- PayToInfo([void updates(PayToInfoBuilder b)])
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- merchantName → String
-
Merchant name displayed to the shopper in the Agreements
no setter
- payToPurpose → String
-
Represents the purpose of the Agreements created, it relates to the business type Allowed values: mortgage, utility, loan, gambling, retail, salary, personal, government, pension, tax, other
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(PayToInfoBuilder)) → PayToInfo -
Rebuilds the instance.
inherited
-
toBuilder(
) → PayToInfoBuilder -
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<
PayToInfo> -
no setter