E-Payment Integrator 2020 iOS Edition

Questions / Feedback?

payerZip (property)

Payer's United States ZIP code or other country-specific postal code.

Syntax

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

Default Value

""

Remarks

Payer's United States ZIP code or other country-specific postal code.

This property is required.

Character length and limitations: 20 single-byte characters.

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