Store credit.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/CustomerStoredCreditAmounts", "title": "CustomerStoredCreditAmounts", "description": "Store credit. ", "type": "array", "format": "double", "items": { "type": "object", "properties": { "amount": { "type": "number", "format": "float", "example": 43.15 } } }, "x-internal": false }