public interface ICommercialPaperState
extends net.corda.core.contracts.ContractState
| Modifier and Type | Method and Description |
|---|---|
ICommercialPaperState |
withFaceValue(net.corda.core.contracts.Amount<net.corda.core.contracts.Issued<java.util.Currency>> newFaceValue) |
ICommercialPaperState |
withMaturityDate(java.time.Instant newMaturityDate) |
ICommercialPaperState |
withOwner(net.corda.core.identity.AbstractParty newOwner) |
ICommercialPaperState withOwner(net.corda.core.identity.AbstractParty newOwner)
ICommercialPaperState withFaceValue(net.corda.core.contracts.Amount<net.corda.core.contracts.Issued<java.util.Currency>> newFaceValue)
ICommercialPaperState withMaturityDate(java.time.Instant newMaturityDate)