PayMeInfo class abstract
PayMeInfo
Properties:
- displayName - Merchant display name
- logo - Merchant logo. Format: Base64-encoded string.
- supportEmail - The email address of merchant support.
- Annotations
-
- @BuiltValue.new()
Constructors
- PayMeInfo([void updates(PayMeInfoBuilder b)])
-
factory
Properties
- displayName → String
-
Merchant display name
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- logo → String
-
Merchant logo. Format: Base64-encoded string.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- supportEmail → String
-
The email address of merchant support.
no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
rebuild(
dynamic updates(PayMeInfoBuilder)) → PayMeInfo -
Rebuilds the instance.
inherited
-
toBuilder(
) → PayMeInfoBuilder -
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<
PayMeInfo> -
no setter