CreditCardAccountInfo class
CreditCardAccountInfo class
OFX uses the credit card account information aggregate to download account information from an FI.
Inheritance: CreditCardAccountInfo → AbstractAccountInfo
The CreditCardAccountInfo type exposes the following members:
Constructors
| Constructor | Description | 
|---|---|
| CreditCardAccountInfo() | Initializes a new instance of CreditCardAccountInfo class. | 
Properties
| Property | Description | 
|---|---|
| credit_card_account_from | Gets or sets the from of BankAccount. | 
| support_transaction_detail_download | If account supports transaction detail downloads, yes, if it is balance-only, no. | 
| transfer_source | If account is enabled as a source for an intrabank or interbank transfer, yes, otherwise, no. | 
| transfer_destination | if account is enabled as a destination for an intrabank or interbank transfer, yes, otherwise, no. | 
| account_classification | Gets or sets the account classification. | 
| service_status | Gets or sets the status of the account. | 
See Also
- module aspose.finance.ofx
 - class AbstractAccountInfo