OfxRequestDocument

OfxRequestDocument class

Ofx request document class.

public class OfxRequestDocument

Constructors

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

Properties

NameDescription
BankRequestMessageSetV1 { get; set; }Gets or sets the BankRequestMessageSetV1.
BillPayRequestMessageSetV1 { get; set; }Gets or sets the BillPayRequestMessageSetV1.
CreditcardRequestMessageSetV1 { get; set; }Gets or sets the CreditcardRequestMessageSetV1.
EmailRequestMessageSetV1 { get; set; }Gets or sets the EmailRequestMessageSetV1.
ImageRequestMessageSetV1 { get; set; }Gets or sets the ImageRequestMessageSetV1.
InterTransferRequestMessageSetV1 { get; set; }Gets or sets the InterTransferRequestMessageSetV1.
InvestmentStatementRequestMessageSetV1 { get; set; }Gets or sets the InvestmentStatementRequestMessageSetV1.
LoanRequestMessageSetV1 { get; set; }Gets or sets the LoanRequestMessageSetV1.
PresentmentDeliveryRequestMessageSetV1 { get; set; }Gets or sets the PresentmentDeliveryRequestMessageSetV1.
PresentmentDirRequestMessageSetV1 { get; set; }Gets or sets the PresentmentDirRequestMessageSetV1.
ProfileRequestMessageSetV1 { get; set; }Gets or sets the ProfileRequestMessageSetV1.
SecurityListRequestMessageSetV1 { get; set; }Gets or sets the SecurityListRequestMessageSetV1.
SignonRequestMessageSetV1 { get; set; }Gets or sets the SignonRequestMessageSetV1.
SignupRequestMessageSetV1 { get; set; }Gets or sets the SignupRequestMessageSetV1.
Tax1098RequestMessageSetV1 { get; set; }Gets or sets the Tax1098RequestMessageSetV1.
Tax1099RequestMessageSetV1 { get; set; }Gets or sets the Tax1099RequestMessageSetV1.
TaxW2RequestMessageSetV1 { get; set; }Gets or sets the TaxW2RequestMessageSetV1.
WireTransferRequestMessageSetV1 { get; set; }Gets or sets the WireTransferRequestMessageSetV1.

Methods

NameDescription
Save(Stream, OfxVersionEnum)Saves the OFX file to the stream.
Save(Stream, SaveOptions)Creates and 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