Package-level declarations
Types
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 defining transactions