AccountType Property
Account type selected by the cardholder.
Syntax
__property TibcPTechCanadianDebitAccountTypes AccountType = {read=FAccountType, write=FSetAccountType, default=0};
enum TibcPTechCanadianDebitAccountTypes { acctNotSet=0, acctChecking=1, acctSavings=2 };
Default Value
0
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.
Data Type
Integer