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 ExternalFunding

Class ExternalFunding

A resource representing an external funding object.

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

Methods summary

public
# setReferenceId( string $reference_id )

Unique identifier for the external funding

Unique identifier for the external funding

Parameters

$reference_id

Returns


$this
public string
# getReferenceId( )

Unique identifier for the external funding

Unique identifier for the external funding

Returns

string
public
# setCode( string $code )

Generic identifier for the external funding

Generic identifier for the external funding

Parameters

$code

Returns


$this
public string
# getCode( )

Generic identifier for the external funding

Generic identifier for the external funding

Returns

string
public
# setFundingAccountId( string $funding_account_id )

Encrypted PayPal Account identifier for the funding account

Encrypted PayPal Account identifier for the funding account

Parameters

$funding_account_id

Returns


$this
public string
# getFundingAccountId( )

Encrypted PayPal Account identifier for the funding account

Encrypted PayPal Account identifier for the funding account

Returns

string
public
# setDisplayText( string $display_text )

Description of the external funding being applied

Description of the external funding being applied

Parameters

$display_text

Returns


$this
public string
# getDisplayText( )

Description of the external funding being applied

Description of the external funding being applied

Returns

string
public
# setAmount( PayPal\Api\Amount $amount )

Amount being funded by the external funding account

Amount being funded by the external funding account

Parameters

$amount

Returns


$this
public PayPal\Api\Amount
# getAmount( )

Amount being funded by the external funding account

Amount being funded by the external funding account

Returns

PayPal\Api\Amount
public
# setFundingInstruction( string $funding_instruction )

Indicates that the Payment should be fully funded by External Funded Incentive Valid Values: ["FULLY_FUNDED"]

Indicates that the Payment should be fully funded by External Funded Incentive Valid Values: ["FULLY_FUNDED"]

Parameters

$funding_instruction

Returns


$this
public string
# getFundingInstruction( )

Indicates that the Payment should be fully funded by External Funded Incentive

Indicates that the Payment should be fully funded by External Funded Incentive

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