public static class CashIssueAndPaymentFlow.IssueAndPaymentRequest
public IssueAndPaymentRequest(@NotNull
Amount<java.util.Currency> amount,
@NotNull
OpaqueBytes issueRef,
@NotNull
Party recipient,
@NotNull
Party notary,
boolean anonymous)
@NotNull public OpaqueBytes getIssueRef()
@NotNull public Party getRecipient()
@NotNull public Party getNotary()
public boolean getAnonymous()