CardholderReceipt class abstract
CardholderReceipt
Properties:
- headerForAuthorizedReceipt - The structure of the header to show on the shopper receipt. You can define the order of one or two header lines and blank lines. For example, header1,header2,filler. The text of the header lines is defined in the Customer Area under In-person payments > Terminal settings > Receipts in the Receipt lines block.
- Annotations
-
- @BuiltValue.new()
Constructors
- CardholderReceipt([void updates(CardholderReceiptBuilder b)])
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- headerForAuthorizedReceipt → String?
-
The structure of the header to show on the shopper receipt. You can define the order of one or two header lines and blank lines. For example, header1,header2,filler. The text of the header lines is defined in the Customer Area under In-person payments > Terminal settings > Receipts in the Receipt lines block.
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(CardholderReceiptBuilder)) → CardholderReceipt -
Rebuilds the instance.
inherited
-
toBuilder(
) → CardholderReceiptBuilder -
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<
CardholderReceipt> -
no setter