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 Participant

Class Participant

Participant information.

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

Methods summary

public
# setEmail( string $email )

The participant email address.

The participant email address.

Parameters

$email

Returns


$this
public string
# getEmail( )

The participant email address.

The participant email address.

Returns

string
public
# setFirstName( string $first_name )

The participant first name.

The participant first name.

Parameters

$first_name

Returns


$this
public string
# getFirstName( )

The participant first name.

The participant first name.

Returns

string
public
# setLastName( string $last_name )

The participant last name.

The participant last name.

Parameters

$last_name

Returns


$this
public string
# getLastName( )

The participant last name.

The participant last name.

Returns

string
public
# setBusinessName( string $business_name )

The participant company business name.

The participant company business name.

Parameters

$business_name

Returns


$this
public string
# getBusinessName( )

The participant company business name.

The participant company business name.

Returns

string
public
# setPhone( PayPal\Api\Phone $phone )

The participant phone number.

The participant phone number.

Parameters

$phone

Returns


$this
public PayPal\Api\Phone
# getPhone( )

The participant phone number.

The participant phone number.

Returns

PayPal\Api\Phone
public
# setFax( PayPal\Api\Phone $fax )

The participant fax number.

The participant fax number.

Parameters

$fax

Returns


$this
public PayPal\Api\Phone
# getFax( )

The participant fax number.

The participant fax number.

Returns

PayPal\Api\Phone
public
# setWebsite( string $website )

The participant website.

The participant website.

Parameters

$website

Returns


$this
public string
# getWebsite( )

The participant website.

The participant website.

Returns

string
public
# setAdditionalInfo( string $additional_info )

Additional information, such as business hours.

Additional information, such as business hours.

Parameters

$additional_info

Returns


$this
public string
# getAdditionalInfo( )

Additional information, such as business hours.

Additional information, such as business hours.

Returns

string
public
# setAddress( PayPal\Api\Address $address )

The participant address.

The participant address.

Parameters

$address

Returns


$this
public PayPal\Api\Address
# getAddress( )

The participant address.

The participant address.

Returns

PayPal\Api\Address

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