CreditCardAccount
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.
public class CreditCardAccount : AbstractAccount
Constructors
| Name | Description |
|---|---|
| CreditCardAccount() | Initializes a new instance of CreditCardAccount class. |
Properties
| Name | Description |
|---|---|
| AccountId { get; set; } | Gets or sets the account identifier. |
| AccountKey { get; set; } | Gets or sets the checksum for international banks. |
See Also
- class AbstractAccount
- namespace Aspose.Finance.Ofx
- assembly Aspose.Finance