Package-level declarations

Types

Link copied to clipboard
sealed class CardTokenPayment

Entrypoint for credit card token payment using Tpay UI module

Link copied to clipboard
data class CardTokenTransaction(val amount: Double, val description: String, val payer: Payer, val cardToken: String, val notifications: Notifications?)

Class responsible for storing data about credit card token transaction.