PaymentMethod

interface PaymentMethod

PaymentMethod represents the common interface of all payment method.

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
abstract val apiPath: String

The Api Path of the card

Link copied to clipboard

The integration method associated with the tokenization call for analytics use. Defaults to custom and does not need to ever be set.

Link copied to clipboard
abstract var sessionId: String?

The session id associated with this request. The session is a uuid. This field is automatically set at the point of tokenization, and any previous values ignored.

Link copied to clipboard
abstract var source: String?

The source associated with the tokenization call for analytics use. Set automatically.

Functions

Link copied to clipboard