E-Payment Integrator 2020 iOS Edition

Questions / Feedback?

itemDescription (property)

Paypal item description for the shopping cart.

Syntax

- (NSString*)itemDescription:(int)itemIndex;
- (void)setItemDescription:(int)itemIndex:(NSString*)newItemDescription;
public func itemDescription(itemIndex: Int32) throws -> String
public func setItemDescription(itemIndex: Int32, newItemDescription: String) throws -> Void

Default Value

""

Remarks

Paypal item description 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]