E-Payment Integrator 2020 iOS Edition

Questions / Feedback?

itemNumber (property)

Item number set by the merchant.

Syntax

- (NSString*)itemNumber:(int)itemIndex;
- (void)setItemNumber:(int)itemIndex:(NSString*)newItemNumber;
public func itemNumber(itemIndex: Int32) throws -> String
public func setItemNumber(itemIndex: Int32, newItemNumber: String) throws -> Void

Default Value

""

Remarks

Item number set by the merchant.

The ItemIndex parameter specifies the index of the item in the array. The size of the array is controlled by the ItemCount property.

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