E-Payment Integrator 2020 iOS Edition

Questions / Feedback?

shipFromZip (property)

Zip code the goods are being shipped from.

Syntax

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

Default Value

""

Remarks

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

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