E-Payment Integrator 2020 iOS Edition

Questions / Feedback?

payerCity (property)

Payer's city name.

Syntax

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

Default Value

""

Remarks

Payer's city name.

This property is required.

Character length and limitations: 40 single-byte characters.

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