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
| Property | Description |
|---|---|
paymentMethod | Payment method type |
cardType | Card type |
cardIssuer | Card issuer name |
amount | Amount 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.