Single Transaction
data class SingleTransaction(val amount: Double, val description: String, val hiddenDescription: String? = null, val payerContext: PayerContext, val notifications: Notifications?) : Transaction
Constructors
Link copied to clipboard
fun SingleTransaction(amount: Double, description: String, hiddenDescription: String? = null, payerContext: PayerContext, notifications: Notifications?)