ResponseText Property
Contains a human-readable description of the response Code .
Syntax
fdmsgiftcardcontrol.ResponseText
Default Value
""
Remarks
Contains a human-readable description of the response ResponseCode.
This property will contain a description of the response code returned in the ResponseCode property. The ResponseText property may be displayed to the sales clerk or customer to explain why the transaction was declined, but it should not be used by the merchant application to determine the success or failure of the transaction. To determine this status use the ResponseCode property instead. See the table of contents for a list of response codes and their meanings.
This property is read-only.
Data Type
String