RecurringExpDate Property
Recurring expiration date.
Syntax
char* GetRecurringExpDate();
int SetRecurringExpDate(const char* lpszRecurringExpDate);
LPWSTR GetRecurringExpDate();
INT SetRecurringExpDate(LPCWSTR lpszRecurringExpDate);
@property (nonatomic,readwrite,assign,getter=recurringExpDate,setter=setRecurringExpDate:) NSString* recurringExpDate; - (NSString*)recurringExpDate; - (void)setRecurringExpDate:(NSString*)newRecurringExpDate;
public var recurringExpDate: String { get {...}
set {...} }
Default Value
""
Remarks
This field contains the date after which no further authorizations shall be performed. The format of this field must be: YYYYMMDD
Required when AuthenticationIndicator is 02 or 03, or when ThreeRIIndicator is 01 or 02.
Data Type
String