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 PayoutItemDetails

Class PayoutItemDetails

The payout item status and other details.

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

Methods summary

public
# setPayoutItemId( string $payout_item_id )

The ID for the payout item. Viewable when you show details for a batch payout.

The ID for the payout item. Viewable when you show details for a batch payout.

Parameters

$payout_item_id

Returns


$this
public string
# getPayoutItemId( )

The ID for the payout item. Viewable when you show details for a batch payout.

The ID for the payout item. Viewable when you show details for a batch payout.

Returns

string
public
# setTransactionId( string $transaction_id )

The PayPal-generated ID for the transaction.

The PayPal-generated ID for the transaction.

Parameters

$transaction_id

Returns


$this
public string
# getTransactionId( )

The PayPal-generated ID for the transaction.

The PayPal-generated ID for the transaction.

Returns

string
public
# setTransactionStatus( string $transaction_status )

The transaction status.

The transaction status.

Parameters

$transaction_status

Returns


$this
public string
# getTransactionStatus( )

The transaction status.

The transaction status.

Returns

string
public
# setPayoutItemFee( PayPal\Api\Currency $payout_item_fee )

The amount of money, in U.S. dollars, for fees.

The amount of money, in U.S. dollars, for fees.

Parameters

$payout_item_fee

Returns


$this
public PayPal\Api\Currency
# getPayoutItemFee( )

The amount of money, in U.S. dollars, for fees.

The amount of money, in U.S. dollars, for fees.

Returns

PayPal\Api\Currency
public
# setPayoutBatchId( string $payout_batch_id )

The PayPal-generated ID for the batch payout.

The PayPal-generated ID for the batch payout.

Parameters

$payout_batch_id

Returns


$this
public string
# getPayoutBatchId( )

The PayPal-generated ID for the batch payout.

The PayPal-generated ID for the batch payout.

Returns

string
public
# setSenderBatchId( string $sender_batch_id )

A sender-specified ID number. Tracks the batch payout in an accounting system.

A sender-specified ID number. Tracks the batch payout in an accounting system.

Parameters

$sender_batch_id

Returns


$this
public string
# getSenderBatchId( )

A sender-specified ID number. Tracks the batch payout in an accounting system.

A sender-specified ID number. Tracks the batch payout in an accounting system.

Returns

string
public
# setPayoutItem( PayPal\Api\PayoutItem $payout_item )

The sender-provided information for the payout item.

The sender-provided information for the payout item.

Parameters

$payout_item

Returns


$this
public PayPal\Api\PayoutItem
# getPayoutItem( )

The sender-provided information for the payout item.

The sender-provided information for the payout item.

Returns

PayPal\Api\PayoutItem
public
# setTimeProcessed( string $time_processed )

The date and time when this item was last processed.

The date and time when this item was last processed.

Parameters

$time_processed

Returns


$this
public string
# getTimeProcessed( )

The date and time when this item was last processed.

The date and time when this item was last processed.

Returns

string
public
# setErrors( PayPal\Api\Error $errors )

Sets Errors

Sets Errors

Parameters

$errors

Returns


$this
public PayPal\Api\Error
# getErrors( )

Gets Errors

Gets Errors

Returns

PayPal\Api\Error
public
# setLinks( PayPal\Api\Links[] $links )

Sets Links

Sets Links

Parameters

$links

Returns


$this
public PayPal\Api\Links[]
# getLinks( )

Gets Links

Gets Links

Returns

PayPal\Api\Links[]
public
# addLink( PayPal\Api\Links $links )

Append Links to the list.

Append Links to the list.

Parameters

$links

Returns


$this
public
# removeLink( PayPal\Api\Links $links )

Remove Links from the list.

Remove Links from the list.

Parameters

$links

Returns


$this

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