Package-level declarations
Types
Link copied to clipboard
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?) : Parcelable
Class responsible for storing data about credit card token transaction.