Uses of Class
com.paypal.api.payments.FundingInstrument

Packages that use FundingInstrument
com.paypal.api.payments   
 

Uses of FundingInstrument in com.paypal.api.payments
 

Methods in com.paypal.api.payments that return FundingInstrument
 FundingInstrument FundingInstrument.setBankAccount(ExtendedBankAccount bankAccount)
          Setter for bankAccount
 FundingInstrument FundingInstrument.setBankAccountToken(BankToken bankAccountToken)
          Setter for bankAccountToken
 FundingInstrument FundingInstrument.setCredit(Credit credit)
          Setter for credit
 FundingInstrument FundingInstrument.setCreditCard(CreditCard creditCard)
          Setter for creditCard
 FundingInstrument FundingInstrument.setCreditCardToken(CreditCardToken creditCardToken)
          Setter for creditCardToken
 FundingInstrument FundingInstrument.setPaymentCard(PaymentCard paymentCard)
          Setter for paymentCard
 FundingInstrument FundingInstrument.setPaymentCardToken(PaymentCardToken paymentCardToken)
          Setter for paymentCardToken
 

Methods in com.paypal.api.payments that return types with arguments of type FundingInstrument
 List<FundingInstrument> Payer.getFundingInstruments()
          Getter for fundingInstruments
 

Method parameters in com.paypal.api.payments with type arguments of type FundingInstrument
 Payer Payer.setFundingInstruments(List<FundingInstrument> fundingInstruments)
          Setter for fundingInstruments
 



Copyright © 2015. All Rights Reserved.