OfxResponseDocument

OfxResponseDocument class

Ofx response document class.

public class OfxResponseDocument

Constructors

NameDescription
OfxResponseDocument()Initializes a new instance of OfxResponseDocument class.
OfxResponseDocument(Stream)Initializes a new instance of OfxResponseDocument class.
OfxResponseDocument(string)Initializes a new instance of OfxResponseDocument class.
OfxResponseDocument(Stream, LoadOptions)Initializes a new instance of OfxResponseDocument class.
OfxResponseDocument(string, LoadOptions)Initializes a new instance of OfxResponseDocument class.

Properties

NameDescription
BankResponseMessageSetV1 { get; set; }Gets or sets the BankResponseMessageSetV1.
BillPayResponseMessageSetV1 { get; set; }Gets or sets the BillPayResponseMessageSetV1.
CreditcardResponseMessageSetV1 { get; set; }Gets or sets the CreditcardResponseMessageSetV1.
EmailResponseMessageSetV1 { get; set; }Gets or sets the EmailResponseMessageSetV1.
InterTransferResponseMessageSetV1 { get; set; }Gets or sets the InterTransferResponseMessageSetV1.
InvestmentStatementResponseMessageSetV1 { get; set; }Gets or sets the InvestmentStatementResponseMessageSetV1.
LoanResponseMessageSetV1 { get; set; }Gets or sets the LoanResponseMessageSetV1.
PresentmentDeliveryResponseMessageSetV1 { get; set; }Gets or sets the PresentmentDeliveryResponseMessageSetV1.
PresentmentDirResponseMessageSetV1 { get; set; }Gets or sets the PresentmentDirResponseMessageSetV1.
ProfileResponseMessageSetV1 { get; set; }Gets or sets the ProfileResponseMessageSetV1.
SecurityListResponseMessageSetV1 { get; set; }Gets or sets the SecurityListResponseMessageSetV1.
SignonResponseMessageSetV1 { get; set; }Gets or sets the SignonResponseMessageSetV1.
SignupResponseMessageSetV1 { get; set; }Gets or sets the SignupResponseMessageSetV1.
Tax1098ResponseMessageSetV1 { get; set; }Gets or sets the Tax1098ResponseMessageSetV1.
Tax1099ResponseMessageSetV1 { get; set; }Gets or sets the Tax1099ResponseMessageSetV1.
TaxW2ResponseMessageSetV1 { get; set; }Gets or sets the TaxW2ResponseMessageSetV1.
WireTransferResponseMessageSetV1 { get; set; }Gets or sets the WireTransferResponseMessageSetV1.

Methods

NameDescription
Save(Stream, OfxVersionEnum)Saves the OFX file to the stream.
Save(Stream, SaveOptions)Saves the OFX file to the stream.
Save(string, OfxVersionEnum)Creates and saves the OFX file to the disk.
Save(string, SaveOptions)Creates and saves the OFX file to the disk.

See Also