Skip to main content

PaymentMethod

Represents one payment method used in a transaction.

Package: com.microblink.core

Declaration

class PaymentMethod(
paymentMethod: StringType?,
cardType: StringType?,
cardIssuer: StringType?,
amount: FloatType?
) : Parcelable

Quick Reference

Properties

PropertyDescription
paymentMethodPayment method type
cardTypeCard type
cardIssuerCard issuer name
amountAmount charged to this payment method

Properties

paymentMethod

val paymentMethod: StringType?

Payment method type (e.g., "credit", "cash", "EBT").


cardType

val cardType: StringType?

Card type (e.g., "Visa", "Mastercard").


cardIssuer

val cardIssuer: StringType?

Card issuer name.


amount

val amount: FloatType?

Amount charged to this payment method.