integer(int32)(Norce.Checkout.AdyenAdapter.Application.Order.DiscountType)
Enum01
0
Build 2026-01-12 14:01:28
The Adyen Checkout Adapter API is used to create and manage a Adyen Checkout Order.
https://docs.norce.io/
{ "id": "string", "merchant": "string", "channel": "string", "reference": "string", "created": "2019-08-24T14:15:22Z", "lastModified": "2019-08-24T14:15:22Z", "state": { "currentStatus": 0, "transitions": [ … ] }, "culture": "string", "currency": "string", "country": "string", "cart": { "reference": "string", "items": [ … ], "discounts": [ … ], "total": { … }, "attributes": { … } }, "shippings": [ { … } ], "payments": [ { … } ], "customer": { "billing": { … }, "shipping": { … }, "type": 0, "attributes": { … } }, "consents": [ { … } ], "hooks": [ { … } ], "total": { "includingVat": 0.1, "excludingVat": 0.1 }, "attributes": { "property1": null, "property2": null } }