corda / net.corda.finance.flows / TwoPartyTradeFlow / SellerTradeInfo

SellerTradeInfo

data class SellerTradeInfo

This object is serialised to the network and is the first flow message the seller sends to the buyer.

Parameters

payToIdentity - anonymous identity of the seller, for payment to be sent to.

Constructors

<init>

This object is serialised to the network and is the first flow message the seller sends to the buyer.

SellerTradeInfo(price: Amount<Currency>, payToIdentity: PartyAndCertificate)

Properties

payToIdentity

anonymous identity of the seller, for payment to be sent to.

val payToIdentity: PartyAndCertificate

price

val price: Amount<Currency>