OfxResponseDocument class

OfxResponseDocument class

Ofx response document class.

The OfxResponseDocument type exposes the following members:

Constructors

ConstructorDescription
OfxResponseDocument()Initializes a new instance of OfxResponseDocument class.
OfxResponseDocument(file_name)Initializes a new instance of OfxResponseDocument class.
OfxResponseDocument(stream)Initializes a new instance of OfxResponseDocument class.
OfxResponseDocument(file_name, options)Initializes a new instance of OfxResponseDocument class.
OfxResponseDocument(stream, options)Initializes a new instance of OfxResponseDocument class.

Properties

PropertyDescription
signon_response_message_set_v1Gets or sets the OfxResponseDocument.signon_response_message_set_v1.
signup_response_message_set_v1Gets or sets the OfxResponseDocument.signup_response_message_set_v1.
bank_response_message_set_v1Gets or sets the OfxResponseDocument.bank_response_message_set_v1.
creditcard_response_message_set_v1Gets or sets the OfxResponseDocument.creditcard_response_message_set_v1.
investment_statement_response_message_set_v1Gets or sets the OfxResponseDocument.investment_statement_response_message_set_v1.
inter_transfer_response_message_set_v1Gets or sets the OfxResponseDocument.inter_transfer_response_message_set_v1.
wire_transfer_response_message_set_v1Gets or sets the OfxResponseDocument.wire_transfer_response_message_set_v1.
bill_pay_response_message_set_v1Gets or sets the OfxResponseDocument.bill_pay_response_message_set_v1.
email_response_message_set_v1Gets or sets the OfxResponseDocument.email_response_message_set_v1.
loan_response_message_set_v1Gets or sets the OfxResponseDocument.loan_response_message_set_v1.
security_list_response_message_set_v1Gets or sets the OfxResponseDocument.security_list_response_message_set_v1.
presentment_dir_response_message_set_v1Gets or sets the OfxResponseDocument.presentment_dir_response_message_set_v1.
presentment_delivery_response_message_set_v1Gets or sets the OfxResponseDocument.presentment_delivery_response_message_set_v1.
profile_response_message_set_v1Gets or sets the OfxResponseDocument.profile_response_message_set_v1.
tax_1098_response_message_set_v1Gets or sets the OfxResponseDocument.tax_1098_response_message_set_v1.
tax_1099_response_message_set_v1Gets or sets the OfxResponseDocument.tax_1099_response_message_set_v1.
tax_w2_response_message_set_v1Gets or sets the OfxResponseDocument.tax_w2_response_message_set_v1.

Methods

MethodDescription
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)Saves the OFX file to the stream.

See Also