ResponseCommercialCardType Property
Response property that indicates whether the card is a commercial card.
Syntax
tsyshcretailcontrol.ResponseCommercialCardType
Possible Values
tccNotCommercial(0), tccBusinessCard(1), tccVisaCommerce(2), tccCorporateCard(3), tccPurchaseCard(4)
Default Value
0
Remarks
Response property that indicates whether the card is a commercial card.
If you wish to support Corporate Purchasing Cards with Level II or Level III data, you should inspect the value of this property after a successful authorization. If the Vital/TSYS host indicates that the authorized card is a commercial card, you may use the TSYSLevel2 or TSYSLevel3 controls to add the extra data required during settlement.
Possible values for this property include:
tccNotCommercial (0) | Not a commercial card. You must not send Level II or Level III data in the settlement. |
tccBusinessCard (1) | Business Card |
tccVisaCommerce (2) | Visa Commerce (Reserved for future use) |
tccCorporateCard (3) | Corporate Card |
tccPurchaseCard (4) | Purchasing Card |
This property is only valid after a successful authorization request and response.
This property is read-only and not available at design time.
Data Type
Integer