OfxRequestDocument constructor
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(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. |
See Also
- module aspose.finance.ofx
- class OfxRequestDocument