ReceiptPrintingBuilder class
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- merchantApproved ↔ bool?
-
getter/setter pair
- merchantCancelled ↔ bool?
-
getter/setter pair
- merchantCaptureApproved ↔ bool?
-
getter/setter pair
- merchantCaptureRefused ↔ bool?
-
getter/setter pair
- merchantRefundApproved ↔ bool?
-
getter/setter pair
- merchantRefundRefused ↔ bool?
-
getter/setter pair
- merchantRefused ↔ bool?
-
getter/setter pair
- merchantVoid ↔ bool?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- shopperApproved ↔ bool?
-
getter/setter pair
- shopperCancelled ↔ bool?
-
getter/setter pair
- shopperCaptureApproved ↔ bool?
-
getter/setter pair
- shopperCaptureRefused ↔ bool?
-
getter/setter pair
- shopperRefundApproved ↔ bool?
-
getter/setter pair
- shopperRefundRefused ↔ bool?
-
getter/setter pair
- shopperRefused ↔ bool?
-
getter/setter pair
- shopperVoid ↔ bool?
-
getter/setter pair
Methods
-
build(
) → ReceiptPrinting -
Builds.
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
replace(
ReceiptPrinting 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(ReceiptPrintingBuilder)?) → void -
Applies updates.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited