E-Payment Integrator 2020 iOS Edition

Questions / Feedback?

shippingCountry (property)

Customer's shipping country.

Syntax

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

Default Value

""

Remarks

Customer's shipping country. This property contains the country in which the customer is located. Most gateways use a two-letter country code, specified in ISO-3166.

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