Skip to content

AutomaticCollectCallPrefixDigitsEntry

Bases: OCIType

The Automatic Collect Call prefix digits entry.

Attributes:

country_code (str):

prefix_digits (str):
Source code in src/mercury_ocip_fast/commands/commands.py
@dataclass(kw_only=True)
class AutomaticCollectCallPrefixDigitsEntry(OCIType):
    """The Automatic Collect Call prefix digits entry.

    Attributes:

        country_code (str):

        prefix_digits (str):

    """

    country_code: str = field(metadata={"alias": "countryCode"})

    prefix_digits: str = field(metadata={"alias": "prefixDigits"})