E-Payment Integrator 2020 iOS Edition

Questions / Feedback?

shipToZip (property)

Zip code the goods are being shipped TO.

Syntax

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

Default Value

""

Remarks

This property contains the Postal/Zip code of the address where the purchased goods are being shipped to.

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