OfxResponseDocument constructor
Contents
[
Hide
]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(stream)
Initializes a new instance of OfxResponseDocument class.
def __init__(self, stream):
...
Parameter | Type | Description |
---|---|---|
stream | io.RawIOBase | The file stream. |
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. |
OfxResponseDocument(stream, options)
Initializes a new instance of OfxResponseDocument class.
def __init__(self, stream, options):
...
Parameter | Type | Description |
---|---|---|
stream | io.RawIOBase | The file stream. |
options | LoadOptions | The load options. |
See Also
- module aspose.finance.ofx
- class OfxResponseDocument