One Time Payment Contract
This is a one time payment contract applicable at execution of that contract.
This is a one time payment contract applicable at execution of that contract.
This is a one time payment contract applicable at execution of that contract.
An initial payment of 0.01 USD shall be made by "Dan" to "Steve" upon execution of this Agreement.
Please refer to the Cicero documentation for details and examples of how to integrate a call to a Cicero template into your application.
View the Latest code for this template on on GitHub.
{
"$class": "org.accordproject.payment.onetime.OneTimePaymentContract",
"contractId": "7ed16a65-5e39-4415-84c9-1e39b20ccefd",
"buyer": {
"$class": "org.accordproject.cicero.contract.AccordParty",
"partyId": "Dan"
},
"seller": {
"$class": "org.accordproject.cicero.contract.AccordParty",
"partyId": "Steve"
},
"initialAmount": {
"$class": "org.accordproject.money.MonetaryAmount",
"doubleValue": 0.01,
"currencyCode": "USD"
}
}
Type | Sample JSON |
---|---|
org.accordproject.cicero.contract.AccordContractState |
|
Type | Sample JSON |
---|---|
org.accordproject.payment.onetime.InitRequest |
|
org.accordproject.payment.onetime.PaymentReceivedRequest |
|
Type | Sample JSON |
---|---|
org.accordproject.payment.onetime.InitResponse |
|
org.accordproject.payment.onetime.PaymentReceivedResponse |
|
Type | Sample JSON |
---|---|
org.accordproject.cicero.runtime.PaymentObligation |
|
org.hyperledger.composer.system.Event |
|