OfxRequestDocument constructor
Contents
[
Hide
]OfxRequestDocument()
Initializes a new instance of OfxRequestDocument class.
def __init__(self):
...
OfxRequestDocument(file_name)
Initializes a new instance of OfxRequestDocument class.
def __init__(self, file_name):
...
Parameter | Type | Description |
---|---|---|
file_name | str | The ofx file name. |
OfxRequestDocument(stream)
Initializes a new instance of OfxRequestDocument class.
def __init__(self, stream):
...
Parameter | Type | Description |
---|---|---|
stream | io.RawIOBase | The ofx file stream. |
OfxRequestDocument(file_name, options)
Initializes a new instance of OfxRequestDocument class.
def __init__(self, file_name, options):
...
Parameter | Type | Description |
---|---|---|
file_name | str | The ofx file name. |
options | LoadOptions | The load options. |
OfxRequestDocument(stream, options)
Initializes a new instance of OfxRequestDocument 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 OfxRequestDocument