DetectExpiryDate Property
Summary
Indicates whether to read the date the credit card expires.
Syntax
C#
VB
Java
Objective-C
C++
public bool DetectExpiryDate { get; set; }
Public Property DetectExpiryDate As Boolean
@property (nonatomic, assign) BOOL detectExpiryDate
public boolean isDetectExpiryDate()
public void setDetectExpiryDate(boolean value)
public:
property bool DetectExpiryDate
{
bool get()
void set(bool value)
}
Property Value
true to read the expiration date; otherwise, false