public static class CashPaymentFlow.PaymentRequest
extends AbstractRequest
Constructor and Description |
---|
PaymentRequest(Amount<java.util.Currency> amount,
Party recipient,
boolean anonymous,
java.util.Set<net.corda.core.identity.Party> issuerConstraint) |
Modifier and Type | Method and Description |
---|---|
boolean |
getAnonymous() |
java.util.Set<net.corda.core.identity.Party> |
getIssuerConstraint() |
Party |
getRecipient() |
getAmount
public Party getRecipient()
public boolean getAnonymous()
public java.util.Set<net.corda.core.identity.Party> getIssuerConstraint()