CreditCardAccountInfo

CreditCardAccountInfo class

OFX uses the credit card account information aggregate to download account information from an FI.

public class CreditCardAccountInfo : AbstractAccountInfo

Constructors

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

Properties

Name Description
AccountClassification { get; set; } Gets or sets the account classification.
CreditCardAccountFrom { get; set; } Gets or sets the from of BankAccount.
ServiceStatus { get; set; } Gets or sets the status of the account.
SupportTransactionDetailDownload { get; set; } If account supports transaction detail downloads, yes, if it is balance-only, no.
TransferDestination { get; set; } if account is enabled as a destination for an intrabank or interbank transfer, yes, otherwise, no.
TransferSource { get; set; } If account is enabled as a source for an intrabank or interbank transfer, yes, otherwise, no.

See Also