Package com.wallee.android.till.sdk.data
Class Receipt
- java.lang.Object
-
- com.wallee.android.till.sdk.data.Receipt
-
public class Receipt extends Object
-
-
Constructor Summary
Constructors Constructor Description Receipt(String content, ReceiptType receiptType, ReceiptFormat receiptFormat)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getContent()
ReceiptFormat
getReceiptFormat()
ReceiptType
getReceiptType()
-
-
-
Constructor Detail
-
Receipt
public Receipt(@NonNull String content, @NonNull ReceiptType receiptType, @NonNull ReceiptFormat receiptFormat)
-
-
Method Detail
-
getContent
@NonNull public String getContent()
-
getReceiptType
@NonNull public ReceiptType getReceiptType()
-
getReceiptFormat
@NonNull public ReceiptFormat getReceiptFormat()
-
-