AccountType Property
Account type selected by the cardholder.
Syntax
[VB.NET] Public Property AccountType As PtechcanadiandebitAccountTypes
[C#] public PtechcanadiandebitAccountTypes AccountType {get; set;}
enum PtechcanadiandebitAccountTypes { acctNotSet, acctChecking, acctSavings }
Remarks
Canadian debit cards allow the customer to choose the account he or she wishes to pay with. Allowable account types are listed below:
acctNotSet (0) | Account Type is not set |
acctChecking (1) | This transaction is paid for with funds from the customer's Checking account. |
acctSavings (2) | This transaction is paid for with funds from the customer's Savings account. |
Note that sending an Authorize transaction with AccountType set to acctNotSet will result in an error.
Default Value
0