E-Payment Integrator 2020 iOS Edition

Questions / Feedback?

licenseState (property)

State in which customer's drivers license was issued.

Syntax

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

Default Value

""

Remarks

This property contains the two-digit abbreviated postal code indicating the state in which the customer's drivers license was issued. 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]