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

ConstructorDescription
CreditCardAccount()Initializes a new instance of CreditCardAccount class.

Properties

PropertyDescription
account_idGets or sets the account identifier.
account_keyGets or sets the checksum for international banks.

See Also