PaymentMethodType

enum PaymentMethodType : Enum<PaymentMethodType>

An enum representing the type of payment method being handled

Use of this SDK is subject to the Stripe Terminal Terms: https://stripe.com/terminal/legal

Entries

Link copied to clipboard
@Json(name = "interac_present")
INTERAC_PRESENT("interac_present")

An Interac card present payment method

Link copied to clipboard
@Json(name = "card")
CARD("card")

A card payment method

Link copied to clipboard
@Json(name = "card_present")
CARD_PRESENT("card_present")

A card present payment method

Properties

Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int
Link copied to clipboard
val typeName: String