E-Payment Integrator 2020 iOS Edition

Questions / Feedback?

payerId (property)

Unique encrypted PayPal customer account number.

Syntax

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

Default Value

""

Remarks

This property is required when calling the CheckoutPayment method.

This property is returned after a call to the GetCheckoutDetails method.

Character length and limitations:17 single-byte characters maximum.

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