Overview
  • Namespace
  • Class

Namespaces

  • PayPal
    • Api
    • Auth
    • Cache
    • Common
    • Converter
    • Core
    • Exception
    • Handler
    • Log
    • Rest
    • Security
    • Transport
    • Validation

Classes

  • Address
  • Agreement
  • AgreementDetails
  • AgreementStateDescriptor
  • AgreementTransaction
  • AgreementTransactions
  • AlternatePayment
  • Amount
  • Authorization
  • BankAccount
  • BankAccountsList
  • BankToken
  • BaseAddress
  • Billing
  • BillingAgreementToken
  • BillingInfo
  • CancelNotification
  • Capture
  • CarrierAccount
  • CarrierAccountToken
  • CartBase
  • ChargeModel
  • Cost
  • CountryCode
  • CreateProfileResponse
  • Credit
  • CreditCard
  • CreditCardHistory
  • CreditCardList
  • CreditCardToken
  • CreditFinancingOffered
  • Currency
  • CurrencyConversion
  • CustomAmount
  • DetailedRefund
  • Details
  • Error
  • ErrorDetails
  • ExtendedBankAccount
  • ExternalFunding
  • FileAttachment
  • FlowConfig
  • FmfDetails
  • FundingDetail
  • FundingInstrument
  • FundingOption
  • FundingSource
  • FuturePayment
  • HyperSchema
  • Image
  • Incentive
  • InputFields
  • InstallmentInfo
  • InstallmentOption
  • Invoice
  • InvoiceAddress
  • InvoiceItem
  • InvoiceNumber
  • InvoiceSearchResponse
  • Item
  • ItemList
  • Links
  • Measurement
  • MerchantInfo
  • MerchantPreferences
  • Metadata
  • NameValuePair
  • Notification
  • OpenIdAddress
  • OpenIdError
  • OpenIdSession
  • OpenIdTokeninfo
  • OpenIdUserinfo
  • Order
  • OverrideChargeModel
  • Participant
  • Patch
  • PatchRequest
  • Payee
  • Payer
  • PayerInfo
  • Payment
  • PaymentCard
  • PaymentCardToken
  • PaymentDefinition
  • PaymentDetail
  • PaymentExecution
  • PaymentHistory
  • PaymentInstruction
  • PaymentOptions
  • PaymentSummary
  • PaymentTerm
  • Payout
  • PayoutBatch
  • PayoutBatchHeader
  • PayoutItem
  • PayoutItemDetails
  • PayoutSenderBatchHeader
  • Phone
  • Plan
  • PlanList
  • PotentialPayerInfo
  • Presentation
  • PrivateLabelCard
  • ProcessorResponse
  • RecipientBankingInstruction
  • RedirectUrls
  • Refund
  • RefundDetail
  • RefundRequest
  • RelatedResources
  • Sale
  • Search
  • ShippingAddress
  • ShippingCost
  • ShippingInfo
  • Tax
  • Template
  • TemplateData
  • Templates
  • TemplateSettings
  • TemplateSettingsMetadata
  • Terms
  • Transaction
  • TransactionBase
  • Transactions
  • VerifyWebhookSignature
  • VerifyWebhookSignatureResponse
  • Webhook
  • WebhookEvent
  • WebhookEventList
  • WebhookEventType
  • WebhookEventTypeList
  • WebhookList
  • WebProfile

Class BankAccountsList

Class BankAccountsList

A list of Bank Account Resources

PayPal\Common\PayPalModel
Extended by PayPal\Api\BankAccountsList
Namespace: PayPal\Api
Package: PayPal\Api
Located at PayPal/Api/BankAccountsList.php

Methods summary

public
# setBankAccounts( PayPal\Api\BankAccount[] $bank_accounts )

A list of bank account resources

A list of bank account resources

Parameters

$bank_accounts

Returns


$this
public PayPal\Api\BankAccount[]
# getBankAccounts( )

A list of bank account resources

A list of bank account resources

Returns

PayPal\Api\BankAccount[]
public
# addBankAccount( PayPal\Api\BankAccount $bankAccount )

Append BankAccounts to the list.

Append BankAccounts to the list.

Parameters

$bankAccount

Returns


$this
public
# removeBankAccount( PayPal\Api\BankAccount $bankAccount )

Remove BankAccounts from the list.

Remove BankAccounts from the list.

Parameters

$bankAccount

Returns


$this
public
# setCount( integer $count )

Number of items returned in each range of results. Note that the last results range could have fewer items than the requested number of items.

Number of items returned in each range of results. Note that the last results range could have fewer items than the requested number of items.

Parameters

$count

Returns


$this
public integer
# getCount( )

Number of items returned in each range of results. Note that the last results range could have fewer items than the requested number of items.

Number of items returned in each range of results. Note that the last results range could have fewer items than the requested number of items.

Returns

integer
public
# setNextId( string $next_id )

Identifier of the next element to get the next range of results.

Identifier of the next element to get the next range of results.

Parameters

$next_id

Returns


$this
public string
# getNextId( )

Identifier of the next element to get the next range of results.

Identifier of the next element to get the next range of results.

Returns

string

Methods inherited from PayPal\Common\PayPalModel

__construct(), __get(), __isset(), __set(), __toString(), __unset(), fromArray(), fromJson(), getList(), setCredential(), toArray(), toJSON()

Properties summary

Properties inherited from PayPal\Common\PayPalModel

$credential

API documentation generated by ApiGen