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

Packages that use BankAccount
com.paypal.api.payments   
 

Uses of BankAccount in com.paypal.api.payments
 

Subclasses of BankAccount in com.paypal.api.payments
 class ExtendedBankAccount
           
 

Methods in com.paypal.api.payments that return BankAccount
 BankAccount BankAccount.setAccountName(String accountName)
          Setter for accountName
 BankAccount BankAccount.setAccountNumber(String accountNumber)
          Setter for accountNumber
 BankAccount BankAccount.setAccountNumberType(String accountNumberType)
          Setter for accountNumberType
 BankAccount BankAccount.setAccountType(String accountType)
          Setter for accountType
 BankAccount BankAccount.setAuthCaptureTimestamp(String authCaptureTimestamp)
          Setter for authCaptureTimestamp
 BankAccount BankAccount.setAuthType(String authType)
          Setter for authType
 BankAccount BankAccount.setBankName(String bankName)
          Setter for bankName
 BankAccount BankAccount.setBillingAddress(Address billingAddress)
          Setter for billingAddress
 BankAccount BankAccount.setBirthDate(String birthDate)
          Setter for birthDate
 BankAccount BankAccount.setCheckType(String checkType)
          Setter for checkType
 BankAccount BankAccount.setConfirmationStatus(String confirmationStatus)
          Setter for confirmationStatus
 BankAccount BankAccount.setCountryCode(String countryCode)
          Setter for countryCode
 BankAccount BankAccount.setCreateTime(String createTime)
          Setter for createTime
 BankAccount BankAccount.setExternalCustomerId(String externalCustomerId)
          Setter for externalCustomerId
 BankAccount BankAccount.setFirstName(String firstName)
          Setter for firstName
 BankAccount BankAccount.setId(String id)
          Setter for id
 BankAccount BankAccount.setLastName(String lastName)
          Setter for lastName
 BankAccount BankAccount.setLinks(List<Links> links)
          Setter for links
 BankAccount BankAccount.setMerchantId(String merchantId)
          Setter for merchantId
 BankAccount BankAccount.setPayerId(String payerId)
          Setter for payerId
 BankAccount BankAccount.setRoutingNumber(String routingNumber)
          Setter for routingNumber
 BankAccount BankAccount.setState(String state)
          Setter for state
 BankAccount BankAccount.setUpdateTime(String updateTime)
          Setter for updateTime
 BankAccount BankAccount.setValidUntil(String validUntil)
          Setter for validUntil
 



Copyright © 2015. All Rights Reserved.