Transactions information.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/Transactions", "title": "Transactions", "type": "object", "description": "Transactions information.", "required": [ "href" ], "properties": { "href": { "type": "string", "description": "Gift card resource URL. The number described in the URL refers to the gift card identification.", "example": "cards/954/transactions" } } }