No Scan Bill
data class NoScanBill(id: String, createdAt: String, type: BillType, lastModifiedAt: String?, version: String?, userId: String?, head: BillHead, data: BillData, misc: BillMisc, comment: String?, finoPsd2TransactionId: String?, isFavourite: Boolean, isSynced: Boolean, hasTaxReturnFlag: Boolean, isDeleted: Boolean, cashRegister: CashRegister?, security: TSESecurity) : Bill, Parcelable
Content copied to clipboard
Data class representing a bill received without an OCR Scan
Constructors
NoScanBill
Link copied to clipboard
fun NoScanBill(id: String, createdAt: String, type: BillType, lastModifiedAt: String? = null, version: String? = null, userId: String? = null, head: BillHead, data: BillData, misc: BillMisc, comment: String? = null, finoPsd2TransactionId: String? = null, isFavourite: Boolean, isSynced: Boolean, hasTaxReturnFlag: Boolean, isDeleted: Boolean, cashRegister: CashRegister? = null, security: TSESecurity)
Content copied to clipboard
Functions
describeContents
Link copied to clipboard
getPDFFileName
Link copied to clipboard
writeToParcel
Link copied to clipboard
Properties
cashRegister
Link copied to clipboard
CashRegister with Information about the cash register.
finoPsd2TransactionId
Link copied to clipboard
Nullable String with Id of the FinoPsd2Transaction
hasTaxReturnFlag
Link copied to clipboard
Boolean Flag if Bill is marked for taxReturn.
isFavourite
Link copied to clipboard
Boolean Flag if Bill is Favourite or not
lastModifiedAt
Link copied to clipboard
Nullable String Datetime when the bill was last modified.
security
Link copied to clipboard
TSESecurity with data to secure the receipt via TSE.
type
Link copied to clipboard