OfxRequestDocument class

OfxRequestDocument class

Ofx request document class.

The OfxRequestDocument type exposes the following members:

Constructors

ConstructorDescription
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

PropertyDescription
signon_request_message_set_v1Gets or sets the OfxRequestDocument.signon_request_message_set_v1.
signup_request_message_set_v1Gets or sets the OfxRequestDocument.signup_request_message_set_v1.
bank_request_message_set_v1Gets or sets the OfxRequestDocument.bank_request_message_set_v1.
creditcard_request_message_set_v1Gets or sets the OfxRequestDocument.creditcard_request_message_set_v1.
investment_statement_request_message_set_v1Gets or sets the OfxRequestDocument.investment_statement_request_message_set_v1.
inter_transfer_request_message_set_v1Gets or sets the OfxRequestDocument.inter_transfer_request_message_set_v1.
wire_transfer_request_message_set_v1Gets or sets the OfxRequestDocument.wire_transfer_request_message_set_v1.
bill_pay_request_message_set_v1Gets or sets the OfxRequestDocument.bill_pay_request_message_set_v1.
email_request_message_set_v1Gets or sets the OfxRequestDocument.email_request_message_set_v1.
image_request_message_set_v1Gets or sets the OfxRequestDocument.image_request_message_set_v1.
loan_request_message_set_v1Gets or sets the OfxRequestDocument.loan_request_message_set_v1.
security_list_request_message_set_v1Gets or sets the OfxRequestDocument.security_list_request_message_set_v1.
presentment_dir_request_message_set_v1Gets or sets the OfxRequestDocument.presentment_dir_request_message_set_v1.
presentment_delivery_request_message_set_v1Gets or sets the OfxRequestDocument.presentment_delivery_request_message_set_v1.
profile_request_message_set_v1Gets or sets the OfxRequestDocument.profile_request_message_set_v1.
tax_1098_request_message_set_v1Gets or sets the OfxRequestDocument.tax_1098_request_message_set_v1.
tax_1099_request_message_set_v1Gets or sets the OfxRequestDocument.tax_1099_request_message_set_v1.
tax_w2_request_message_set_v1Gets or sets the OfxRequestDocument.tax_w2_request_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)Creates and saves the OFX file to the stream.

See Also