Package eu.ccvlab.mapi.core.payment
Class PaymentReceipt
java.lang.Object
eu.ccvlab.mapi.core.payment.PaymentReceipt
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate eu.ccvlab.mapi.core.payment.receipt.Barcode
private eu.ccvlab.mapi.core.payment.receipt.Logo
private Boolean
private byte[]
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprivate
private
PaymentReceipt
(List<TextLine> formattedTextLines, byte[] signature) -
Method Summary
-
Field Details
-
formattedTextLines
-
signature
private byte[] signature -
logo
private eu.ccvlab.mapi.core.payment.receipt.Logo logo -
barcode
private eu.ccvlab.mapi.core.payment.receipt.Barcode barcode -
printingRequired
-
-
Constructor Details
-
PaymentReceipt
private PaymentReceipt() -
PaymentReceipt
-
-
Method Details
-
plainTextLines
Returns the lines to be printed on the receipt.- Returns:
- Lines to be printed on receipt.
-
formattedTextLines
-
signature
public byte[] signature()Contains the image of the customer's signature. (Optional)- Returns:
- image of signature or null if the image is not available.
-
toString
-
getFormattedTextLines
-
getSignature
public byte[] getSignature() -
getLogo
public eu.ccvlab.mapi.core.payment.receipt.Logo getLogo() -
getBarcode
public eu.ccvlab.mapi.core.payment.receipt.Barcode getBarcode() -
getPrintingRequired
-