BlinkReceipt SDK
Toggle table of contents
JVM
Target filter
JVM
Switch theme
Search in API
Skip to content
BlinkReceipt SDK
blinkreceipt-core
/
com.microblink.core
/
PaymentMethod
Payment
Method
class
PaymentMethod
:
Parcelable
Members
Constructors
Payment
Method
Link copied to clipboard
constructor
(
@
Nullable
paymentMethod
:
StringType
,
@
Nullable
cardType
:
StringType
,
@
Nullable
cardIssuer
:
StringType
,
@
Nullable
amount
:
FloatType
)
Properties
CONTENTS_
FILE_
DESCRIPTOR
Link copied to clipboard
val
CONTENTS_FILE_DESCRIPTOR
:
Int
=
1
CREATOR
Link copied to clipboard
val
CREATOR
:
Parcelable.Creator
<
PaymentMethod
>
PARCELABLE_
WRITE_
RETURN_
VALUE
Link copied to clipboard
val
PARCELABLE_WRITE_RETURN_VALUE
:
Int
=
1
Functions
amount
Link copied to clipboard
@
Nullable
open
fun
amount
(
)
:
FloatType
card
Issuer
Link copied to clipboard
@
Nullable
open
fun
cardIssuer
(
)
:
StringType
card
Type
Link copied to clipboard
@
Nullable
open
fun
cardType
(
)
:
StringType
describe
Contents
Link copied to clipboard
open
fun
describeContents
(
)
:
Int
payment
Method
Link copied to clipboard
@
Nullable
open
fun
paymentMethod
(
)
:
StringType
write
To
Parcel
Link copied to clipboard
open
fun
writeToParcel
(
@
NonNull
dest
:
Parcel
,
flags
:
Int
)