{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-structure/terminal-stored-value-result-structure.json", "description": "For each stored value card loaded or reloaded, in the StoredValue response message. Result of loading/reloading a stored value card..", "type": "object", "properties": { "StoredValueTransactionType": { "$ref": "#/components/schemas/StoredValueTransactionType" }, "ProductCode": { "type": "int32", "minimum": 1, "maximum": 20, "description": "Copy." }, "EanUpc": { "type": "int32", "description": "Copy." }, "ItemAmount": { "type": "double", "maximum": 99999999.999999, "minimum": 0, "description": "Total amount of the item line." }, "Currency": { "type": "string", "pattern": "^[A-Z]{3,3}$", "description": "Copy." }, "StoredValueAccountStatus": { "$ref": "#/components/schemas/StoredValueAccountStatus" }, "HostTransactionID": { "$ref": "#/components/schemas/TransactionIDType" } }, "required": [ "StoredValueTransactionType" ], "name": "StoredValueResult" }