BillPaymentAccountInfo

BillPaymentAccountInfo class

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

public class BillPaymentAccountInfo : AbstractAccountInfo

Constructors

Name Description
BillPaymentAccountInfo() Initializes a new instance of BillPaymentAccountInfo class.

Properties

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

See Also