E-Payment Integrator 2020 iOS Edition

Questions / Feedback?

customerId (property)

Merchant-generated customer Id.

Syntax

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

Default Value

""

Remarks

Merchant-generated customer Id. This property contains a merchant-generated customer identification number. This number should be unique for each different customer that places an order with the merchant.

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