E-Payment Integrator 2020 iOS Edition

Questions / Feedback?

dateCheckPassed (property)

Indicates whether the card is expired or not.

Syntax

@property (nonatomic,readonly,assign,getter=dateCheckPassed) BOOL dateCheckPassed;
- (BOOL)dateCheckPassed;
public var dateCheckPassed: Bool {
  get {...}
}

Default Value

FALSE

Remarks

The ValidateCard method checks whether the card's expiration date (CardExpMonth and CardExpYear) is a valid future date, and stores that result in the DateCheckPassed property.

This property is read-only.

Copyright (c) 2021 /n software inc. - All rights reserved.
E-Payment Integrator 2020 iOS Edition - Version 20.0 [Build 7941]