OfxRequestDocument class
OfxRequestDocument class
Ofx request document class.
The OfxRequestDocument type exposes the following members:
Constructors
Constructor | Description |
---|---|
OfxRequestDocument() | Initializes a new instance of OfxRequestDocument class. |
OfxRequestDocument(file_name) | Initializes a new instance of OfxRequestDocument class. |
OfxRequestDocument(stream) | Initializes a new instance of OfxRequestDocument class. |
OfxRequestDocument(file_name, options) | Initializes a new instance of OfxRequestDocument class. |
OfxRequestDocument(stream, options) | Initializes a new instance of OfxRequestDocument class. |
Properties
Methods
Method | Description |
---|---|
save(file_name, ofx_version) | Creates and saves the OFX file to the disk. |
save(stream, ofx_version) | Saves the OFX file to the stream. |
save(file_name, save_options) | Creates and saves the OFX file to the disk. |
save(stream, save_options) | Creates and saves the OFX file to the stream. |
See Also
- module aspose.finance.ofx