E-Payment Integrator 2020 iOS Edition

Questions / Feedback?

itemOptions (property)

Paypal item options for the shopping cart.

Syntax

- (NSString*)itemOptions:(int)itemIndex;
- (void)setItemOptions:(int)itemIndex:(NSString*)newItemOptions;
public func itemOptions(itemIndex: Int32) throws -> String
public func setItemOptions(itemIndex: Int32, newItemOptions: String) throws -> Void

Default Value

""

Remarks

Paypal item options for the shopping cart.

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]