StampTypes class

StampTypes class

Stamp types container.

The StampTypes type exposes the following members:

Properties

Property Description
all_types All stamp types.
ROUND Round stamp type object.
SQUARE Square stamp type object.

Methods

Method Description
parse Returns stamp type with pasringType name. When name of stamp is unknown - exception is thrown.
try_parse Returns stamp type with pasringType name. When name of stamp is unknown - no exception is thrown and method returns null value.

See Also