public sealed class PhoneNumber.Types.ShortCode : IMessage<PhoneNumber.Types.ShortCode>, IEquatable<PhoneNumber.Types.ShortCode>, IDeepCloneable<PhoneNumber.Types.ShortCode>, IBufferMessage, IMessage
An object representing a short code, which is a phone number that is
typically much shorter than regular phone numbers and can be used to
address messages in MMS and SMS systems, as well as for abbreviated dialing
(e.g. "Text 611 to see how many minutes you have remaining on your plan.").
Short codes are restricted to a region and are not internationally
dialable, which means the same short code can exist in different regions,
with different usage and pricing, even if those regions share the same
country calling code (e.g. US and CA).
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-06-03 UTC."],[[["`PhoneNumber.Types.ShortCode` represents a short code, which is a shorter phone number used for messaging and abbreviated dialing, such as \"Text 611\" examples."],["Short codes are specific to a region and not internationally dialable, meaning the same short code can have different uses and pricing in different regions, even within the same country code."],["This class inherits from `object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering methods for message manipulation, equality checks, and deep cloning."],["The `ShortCode` object includes properties `Number` (short code digits) and `RegionCode` (the region where the short code is valid), both of which are required for a complete short code definition."],["The class provides methods for common operations like calculating message size, cloning, merging data, comparing for equality, and writing data to a coded output stream."]]],[]]