AccountType Property

Indicates the type of bank account.

Syntax

public BankstatementAccountTypes AccountType { get; set; }

enum BankstatementAccountTypes { atChecking, atSavings, atMoneyMarket, atLineOfCredit, atCreditCard }
Public Property AccountType As BankstatementAccountTypes

Enum BankstatementAccountTypes atChecking atSavings atMoneyMarket atLineOfCredit atCreditCard End Enum

Default Value

0

Remarks

This property uses the following four values:

  • atChecking (0)
  • atSavings (1)
  • atMoneyMarket (2)
  • atLineOfCredit (3)

Copyright (c) 2021 /n software inc. - All rights reserved.
IPWorks OFX 2020 .NET Edition - Version 20.0 [Build 7941]