public class FundingInstrument extends PayPalModel
Constructor and Description |
---|
FundingInstrument()
Default Constructor
|
equals, hashCode, toJSON, toString
public FundingInstrument setCreditCard(CreditCard creditCard)
public CreditCard getCreditCard()
public FundingInstrument setCreditCardToken(CreditCardToken creditCardToken)
public CreditCardToken getCreditCardToken()
public FundingInstrument setPaymentCard(PaymentCard paymentCard)
public PaymentCard getPaymentCard()
public FundingInstrument setBankAccount(ExtendedBankAccount bankAccount)
public ExtendedBankAccount getBankAccount()
public FundingInstrument setBankAccountToken(BankToken bankAccountToken)
public BankToken getBankAccountToken()
public FundingInstrument setCredit(Credit credit)
public Credit getCredit()
public FundingInstrument setIncentive(Incentive incentive)
public Incentive getIncentive()
public FundingInstrument setExternalFunding(ExternalFunding externalFunding)
public ExternalFunding getExternalFunding()
public FundingInstrument setCarrierAccountToken(CarrierAccountToken carrierAccountToken)
public CarrierAccountToken getCarrierAccountToken()
public FundingInstrument setCarrierAccount(CarrierAccount carrierAccount)
public CarrierAccount getCarrierAccount()
public FundingInstrument setPrivateLabelCard(PrivateLabelCard privateLabelCard)
public PrivateLabelCard getPrivateLabelCard()
public FundingInstrument setBilling(Billing billing)
public Billing getBilling()
public FundingInstrument setAlternatePayment(AlternatePayment alternatePayment)
public AlternatePayment getAlternatePayment()
Copyright © 2015. All Rights Reserved.