PaymentRequest

class PaymentRequest(val amount: Amount<Currency>, val recipient: Party, val anonymous: Boolean, val issuerConstraint: Set<Party> = emptySet(), val notary: Party? = null) : AbstractCashFlow.AbstractRequest

Constructors

Link copied to clipboard
constructor(amount: Amount<Currency>, recipient: Party, anonymous: Boolean, issuerConstraint: Set<Party> = emptySet(), notary: Party? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val notary: Party? = null
Link copied to clipboard