OfxResponseDocument constructor

OfxResponseDocument()

Initializes a new instance of OfxResponseDocument class.

def __init__(self):
    ...

OfxResponseDocument(file_name)

Initializes a new instance of OfxResponseDocument class.

def __init__(self, file_name):
    ...
Parameter Type Description
file_name str The file name.

OfxResponseDocument(file_name, options)

Initializes a new instance of OfxResponseDocument class.

def __init__(self, file_name, options):
    ...
Parameter Type Description
file_name str The file name.
options LoadOptions The load options.

See Also