CardCVVPresence Property
Indicates the presence of the card verification value.
Object Oriented Interface
public function getCardCVVPresence(); public function setCardCVVPresence($value);
Procedural Interface
inpaydirect_fdmsecommerce_get($res, 3 ); inpaydirect_fdmsecommerce_set($res, 3, $value );
Default Value
0
Remarks
Indicates the presence of the card verification value.
This property is used to indicate the presence of CardCVVData.
The class will automatically set this value to cvpProvided when a CardCVVData value is specified. You can explicitly specify the CardCVVPresence indicator by setting this property.
Available values are:
- cvpNotProvided (0)
- cvpProvided (1)
- cvpIllegible (2)
- cvpNotOnCard (3)
This property is not available at design time.
Data Type
Integer