Package-level declarations

Types

Link copied to clipboard

Enum defining frequency of recurring payments

Link copied to clipboard
sealed class Quantity

Class defining quantity of recurring payments

Link copied to clipboard
interface Recursive
Link copied to clipboard
data class SingleTransaction(val amount: Double, val description: String, val payerContext: PayerContext, val notifications: Notifications?) : Transaction
Link copied to clipboard
interface Transaction

Interface defining transactions