Full Payment upon Demand
Payment made when a single milestone is reached
This is a one-time full payment clause applicable on demand.
Payment made when a single milestone is reached
After execution of this Agreement, "Dan" shall pay the full purchase price to "Jerome" in the amount of 3.14 EUR upon demand by "Jerome".
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.fullupondemand.FullPaymentUponDemandTemplate",
"contractId": "e0e3fa63-10ce-4389-a4e4-9a8518a28b3e",
"buyer": {
"$class": "org.accordproject.cicero.contract.AccordParty",
"partyId": "Dan"
},
"seller": {
"$class": "org.accordproject.cicero.contract.AccordParty",
"partyId": "Jerome"
},
"value": {
"$class": "org.accordproject.money.MonetaryAmount",
"doubleValue": 3.14,
"currencyCode": "EUR"
}
}
Type | Sample JSON |
---|---|
org.accordproject.payment.fullupondemand.FullPaymentUponDemandState |
|
Type | Sample JSON |
---|---|
org.accordproject.cicero.runtime.Request |
|
org.accordproject.payment.fullupondemand.PaymentDemand |
|
org.accordproject.payment.PaymentReceived |
|
Type | Sample JSON |
---|---|
org.accordproject.cicero.runtime.Response |
|
Type | Sample JSON |
---|---|
org.accordproject.base.Event |
|
org.accordproject.cicero.runtime.PaymentObligation |
|