Refunds class abstract
Refunds
Properties:
- referenced - Settings for referenced refunds.
- unreferenced - Settings for unreferenced refunds.
- Annotations
-
- @BuiltValue.new()
Constructors
- Refunds([void updates(RefundsBuilder b)])
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- referenced → Referenced?
-
Settings for referenced refunds.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- unreferenced → Unreferenced?
-
Settings for unreferenced refunds.
no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
rebuild(
dynamic updates(RefundsBuilder)) → Refunds -
Rebuilds the instance.
inherited
-
toBuilder(
) → RefundsBuilder -
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<
Refunds> -
no setter