CreditCardAccount class

CreditCardAccount class

OFX uses the Credit Card Account aggregate to identify a credit card account at an FI. The aggregate contains enough information to uniquely identify an account for the purposes of statement downloads and funds transfer.

Inheritance: CreditCardAccountAbstractAccount

The CreditCardAccount type exposes the following members:

Constructors

Constructor Description
CreditCardAccount() Initializes a new instance of CreditCardAccount class.

Properties

Property Description
account_id Gets or sets the account identifier.
account_key Gets or sets the checksum for international banks.

See Also