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 FundingDetail

Class FundingDetail

Additional detail of the funding.

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

Methods summary

public
# setClearingTime( string $clearing_time )

Expected clearing time

Expected clearing time

Parameters

$clearing_time

Returns


$this
public string
# getClearingTime( )

Expected clearing time

Expected clearing time

Returns

string
public
# setPaymentHoldDate( string $payment_hold_date )

[DEPRECATED] Hold-off duration of the payment. payment_debit_date should be used instead.

[DEPRECATED] Hold-off duration of the payment. payment_debit_date should be used instead.

Parameters

$payment_hold_date

Returns


$this
public string
# getPaymentHoldDate( )

Deprecated

[DEPRECATED] Hold-off duration of the payment. payment_debit_date should be used instead.

Returns

string
public
# setPaymentDebitDate( string $payment_debit_date )

Date when funds will be debited from the payer's account

Date when funds will be debited from the payer's account

Parameters

$payment_debit_date

Returns


$this
public string
# getPaymentDebitDate( )

Date when funds will be debited from the payer's account

Date when funds will be debited from the payer's account

Returns

string
public
# setProcessingType( string $processing_type )

Processing type of the payment card Valid Values: ["CUP_SECURE", "PINLESS_DEBIT"]

Processing type of the payment card Valid Values: ["CUP_SECURE", "PINLESS_DEBIT"]

Parameters

$processing_type

Returns


$this
public string
# getProcessingType( )

Processing type of the payment card

Processing type of the payment card

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