{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/PaymentRef_FVO", "title": "PaymentRef_FVO", "type": "object", "description": "If an immediate payment has been done at the product order submission, the payment information are captured and stored (as a reference) in the order.", "allOf": [ { "$ref": "#/components/schemas/Extensible_FVO" }, { "$ref": "#/components/schemas/EntityRef_FVO" } ], "discriminator": { "propertyName": "@type", "mapping": { "PaymentRef": "#/components/schemas/PaymentRef_FVO" } } }