toggle menu
base
androidJvm
switch theme
search in API
base
/
de.anybill.anybill_android_sdk.base.models.receipt.sections.data
/
CustomSectionData
Custom
Section
Data
abstract
class
CustomSectionData
(
val
type
:
CustomSectionDataType
,
val
sequenceNumber
:
Int
)
:
Parcelable
Base class for custom section data
Inheritors
BarcodeCustomSectionData
KeyValueCustomSectionData
QRCodeCustomSectionData
TextCustomSectionData
Members
Constructors
Custom
Section
Data
Link copied to clipboard
constructor
(
type
:
CustomSectionDataType
,
sequenceNumber
:
Int
)
Properties
sequence
Number
Link copied to clipboard
open
val
sequenceNumber
:
Int
type
Link copied to clipboard
open
val
type
:
CustomSectionDataType
Functions
describe
Contents
Link copied to clipboard
abstract
fun
describeContents
(
)
:
Int
write
To
Parcel
Link copied to clipboard
abstract
fun
writeToParcel
(
p0
:
Parcel
,
p1
:
Int
)