from __future__ import annotations
from dataclasses import dataclass
from .log_entry_ref_structure import LogEntryRefStructure

__NAMESPACE__ = "http://www.netex.org.uk/netex"


@dataclass(slots=True, kw_only=True)
class FareDebitRefStructure(LogEntryRefStructure):
    pass