ReceiptPrinting class abstract
ReceiptPrinting
Properties:
- merchantApproved - Print a merchant receipt when the payment is approved.
- merchantCancelled - Print a merchant receipt when the transaction is cancelled.
- merchantCaptureApproved - Print a merchant receipt when capturing the payment is approved.
- merchantCaptureRefused - Print a merchant receipt when capturing the payment is refused.
- merchantRefundApproved - Print a merchant receipt when the refund is approved.
- merchantRefundRefused - Print a merchant receipt when the refund is refused.
- merchantRefused - Print a merchant receipt when the payment is refused.
- merchantVoid - Print a merchant receipt when a previous transaction is voided.
- shopperApproved - Print a shopper receipt when the payment is approved.
- shopperCancelled - Print a shopper receipt when the transaction is cancelled.
- shopperCaptureApproved - Print a shopper receipt when capturing the payment is approved.
- shopperCaptureRefused - Print a shopper receipt when capturing the payment is refused.
- shopperRefundApproved - Print a shopper receipt when the refund is approved.
- shopperRefundRefused - Print a shopper receipt when the refund is refused.
- shopperRefused - Print a shopper receipt when the payment is refused.
- shopperVoid - Print a shopper receipt when a previous transaction is voided.
- Annotations
-
- @BuiltValue.new()
Constructors
- ReceiptPrinting([void updates(ReceiptPrintingBuilder b)])
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- merchantApproved → bool?
-
Print a merchant receipt when the payment is approved.
no setter
- merchantCancelled → bool?
-
Print a merchant receipt when the transaction is cancelled.
no setter
- merchantCaptureApproved → bool?
-
Print a merchant receipt when capturing the payment is approved.
no setter
- merchantCaptureRefused → bool?
-
Print a merchant receipt when capturing the payment is refused.
no setter
- merchantRefundApproved → bool?
-
Print a merchant receipt when the refund is approved.
no setter
- merchantRefundRefused → bool?
-
Print a merchant receipt when the refund is refused.
no setter
- merchantRefused → bool?
-
Print a merchant receipt when the payment is refused.
no setter
- merchantVoid → bool?
-
Print a merchant receipt when a previous transaction is voided.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- shopperApproved → bool?
-
Print a shopper receipt when the payment is approved.
no setter
- shopperCancelled → bool?
-
Print a shopper receipt when the transaction is cancelled.
no setter
- shopperCaptureApproved → bool?
-
Print a shopper receipt when capturing the payment is approved.
no setter
- shopperCaptureRefused → bool?
-
Print a shopper receipt when capturing the payment is refused.
no setter
- shopperRefundApproved → bool?
-
Print a shopper receipt when the refund is approved.
no setter
- shopperRefundRefused → bool?
-
Print a shopper receipt when the refund is refused.
no setter
- shopperRefused → bool?
-
Print a shopper receipt when the payment is refused.
no setter
- shopperVoid → bool?
-
Print a shopper receipt when a previous transaction is voided.
no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
rebuild(
dynamic updates(ReceiptPrintingBuilder)) → ReceiptPrinting -
Rebuilds the instance.
inherited
-
toBuilder(
) → ReceiptPrintingBuilder -
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<
ReceiptPrinting> -
no setter