HIBCPASRecord constructor

init

Default ctor()

def __init__(self):
    ...

init

Creates HIBCPASRecord with data and type.

def __init__(self, data_type, data):
    ...
Parameter Type Description
data_type groupdocs.signature.domain.extensions.HIBCPASDataType HIBC PAS record’s data type.
data System.String HIBC PAS record’s data.

See Also