E-Payment Integrator 2020 iOS Edition

Questions / Feedback?

customerZip (property)

Customer's zip code (or postal code if outside of the USA).

Syntax

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

Default Value

""

Remarks

Customer's zip code (or postal code if outside of the USA). This property is used as part of the Address Verification Service (AVS), and contains the customer's zip code as it appears on their monthly statement. Other AVS properties include CustomerAddress, CustomerCity, and CustomerState.

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