PayPal Integrator V5 - Online Help
PayPal Integrator V5
Questions / Feedback?

FeesPayer Property

The payer of the PayPal fees.

Syntax

public int getFeesPayer();
public void setFeesPayer(int feesPayer);

Enumerated values: public final static int fpNotSet = 0; public final static int fpSender = 1; public final static int fpPrimaryRecipient = 2; public final static int fpEachRecipient = 3; public final static int fpSecondaryOnly = 4;

Remarks

Allowable values are:

fpNotSet (0)This field is not sent in the request.
fpSender (1)Sender pays all fees (for personal, implicit simple/parallel payments)
fpPrimaryRecipient (2)Primary receiver pays all fees
fpEachRecipient (3)Each receiver pays their own fee (default and personal payments)
fpSecondaryOnly (4)Secondary receivers pay all fees (use only for chained payments with one secondary receiver)

Default Value

0

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 5.0.6240.0