E-Payment Integrator 2020 iOS Edition

Questions / Feedback?

addCustomField (method)

This adds a custom name-value pair to be sent with the next request.

Syntax

- (void)addCustomField:(NSString*)name :(NSString*)value;
public func addCustomField(_ name: String, _ value: String) throws -> Void

Remarks

This method should be used to append a custom name-value pair to the next outgoing request to PayPal.

Note: The custom fields that have been added will be cleared by the class automatically after each request.

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