Order
An Order represents an order placed from an Offer.
type Order struct {
# The offer included in the order
acceptedOffer &Offer
# Party placing the order
customer DID
# The entity offering the rental
seller DID
# Date order was placed
orderDate Date
# The payment method for the order
paymentMethod LigoPaymentMethod
# An identifier for the method of payment used. See specific payment method for usage
paymentMethodId optional String
# The URL for sending a payment. See specific payment method for usage
paymentUrl optional String
}
Usageβ
An Order
is attached to a LigoAgreement to provide more details about the payment used in an agreement.
Examplesβ
Client Compatibilityβ
Property | Ligo MVP |
---|---|
acceptedOffer | π§ |
customer | π§ |
seller | π§ |
orderDate | π§ |
paymentMethod | π§ |
paymentMethodId | π§ |
paymentUrl | π§ |
Appendixβ
Open Questionsβ
- How to reference Gnosis Safe?
paymentURL
Β orpaymentMethodId