BillPaymentAccountInfo

BillPaymentAccountInfo class

OFX uses the payments account information class to download account information from an FI.

public class BillPaymentAccountInfo : AbstractAccountInfo

Constructors

NameDescription
BillPaymentAccountInfo()Initializes a new instance of BillPaymentAccountInfo class.

Properties

NameDescription
BankAccountFrom { get; set; }Gets or sets the from of BankAccount.
ServiceStatus { get; set; }Gets or sets the status of the account.

See Also