E-Payment Integrator 2020 iOS Edition

Questions / Feedback?

licenseDOB (property)

Customer's Date of Birth as indicated on his driver's license.

Syntax

@property (nonatomic,readwrite,assign,getter=licenseDOB,setter=setLicenseDOB:) NSString* licenseDOB;
- (NSString*)licenseDOB;
- (void)setLicenseDOB:(NSString*)newLicenseDOB;
public var licenseDOB: String {
  get {...}
set {...} }

Default Value

""

Remarks

This property contains the customer's date of birth as it appears on his driver's license. The format varies between gateways, so please see the specifications for correct formatting. This property may be used by the gateway for fraud screening.

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