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 AgreementTransaction

Class AgreementTransaction

A resource representing an agreement_transaction that is returned during a transaction search.

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

Methods summary

public
# setTransactionId( string $transaction_id )

Id corresponding to this transaction.

Id corresponding to this transaction.

Parameters

$transaction_id

Returns


$this
public string
# getTransactionId( )

Id corresponding to this transaction.

Id corresponding to this transaction.

Returns

string
public
# setStatus( string $status )

State of the subscription at this time.

State of the subscription at this time.

Parameters

$status

Returns


$this
public string
# getStatus( )

State of the subscription at this time.

State of the subscription at this time.

Returns

string
public
# setTransactionType( string $transaction_type )

Type of transaction, usually Recurring Payment.

Type of transaction, usually Recurring Payment.

Parameters

$transaction_type

Returns


$this
public string
# getTransactionType( )

Type of transaction, usually Recurring Payment.

Type of transaction, usually Recurring Payment.

Returns

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

Amount for this transaction.

Amount for this transaction.

Parameters

$amount

Returns


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

Amount for this transaction.

Amount for this transaction.

Returns

PayPal\Api\Currency
public
# setFeeAmount( PayPal\Api\Currency $fee_amount )

Fee amount for this transaction.

Fee amount for this transaction.

Parameters

$fee_amount

Returns


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

Fee amount for this transaction.

Fee amount for this transaction.

Returns

PayPal\Api\Currency
public
# setNetAmount( PayPal\Api\Currency $net_amount )

Net amount for this transaction.

Net amount for this transaction.

Parameters

$net_amount

Returns


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

Net amount for this transaction.

Net amount for this transaction.

Returns

PayPal\Api\Currency
public
# setPayerEmail( string $payer_email )

Email id of payer.

Email id of payer.

Parameters

$payer_email

Returns


$this
public string
# getPayerEmail( )

Email id of payer.

Email id of payer.

Returns

string
public
# setPayerName( string $payer_name )

Business name of payer.

Business name of payer.

Parameters

$payer_name

Returns


$this
public string
# getPayerName( )

Business name of payer.

Business name of payer.

Returns

string
public
# setTimeStamp( string $time_stamp )

Time at which this transaction happened.

Time at which this transaction happened.

Parameters

$time_stamp

Returns


$this
public string
# getTimeStamp( )

Time at which this transaction happened.

Time at which this transaction happened.

Returns

string
public
# setTimeZone( string $time_zone )

Time zone of time_updated field.

Time zone of time_updated field.

Parameters

$time_zone

Returns


$this
public string
# getTimeZone( )

Time zone of time_updated field.

Time zone of time_updated field.

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