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

AllowedFundingTypes Property

Specifies the allowed funding types for the payment.

Syntax

public int getAllowedFundingTypes();


Enumerated values: public final static int ftAll = 0; public final static int ftECheck = 1; public final static int ftCreditCard = 2; public final static int ftBalanceOnly = 3;

Remarks

The following funding types are available:

ftAll (0) The payment can be funded by any funding type that is supported for Adaptive Payments.
ftECheck (1) Electronic Check and PayPal account balance.
ftCreditCard (2) Credit Card and PayPal account balance.
ftBalanceOnly (3) PayPal account balance only.

Note that ftECheck and ftCreditCard implicitly include funding by a PayPal account balance.

This property is unavailable to API callers with standard permission levels. You must have special permissions to use AllowedFundingTypes.

This property is read-only.

Default Value

0

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