PATH:
home
/
lab2454c
/
keebchat.com
/
core
/
libs
/
paypal
/
vendor
/
paypal
/
rest-api-sdk-php
/
lib
/
PayPal
/
Api
<?php namespace PayPal\Api; use PayPal\Common\PayPalModel; /** * Class AgreementTransaction * * A resource representing an agreement_transaction that is returned during a transaction search. * * @package PayPal\Api * * @property string transaction_id * @property string status * @property string transaction_type * @property \PayPal\Api\Currency amount * @property \PayPal\Api\Currency fee_amount * @property \PayPal\Api\Currency net_amount * @property string payer_email * @property string payer_name * @property string time_stamp * @property string time_zone */ class AgreementTransaction extends PayPalModel { /** * Id corresponding to this transaction. * * @param string $transaction_id * * @return $this */ public function setTransactionId($transaction_id) { $this->transaction_id = $transaction_id; return $this; } /** * Id corresponding to this transaction. * * @return string */ public function getTransactionId() { return $this->transaction_id; } /** * State of the subscription at this time. * * @param string $status * * @return $this */ public function setStatus($status) { $this->status = $status; return $this; } /** * State of the subscription at this time. * * @return string */ public function getStatus() { return $this->status; } /** * Type of transaction, usually Recurring Payment. * * @param string $transaction_type * * @return $this */ public function setTransactionType($transaction_type) { $this->transaction_type = $transaction_type; return $this; } /** * Type of transaction, usually Recurring Payment. * * @return string */ public function getTransactionType() { return $this->transaction_type; } /** * Amount for this transaction. * * @param \PayPal\Api\Currency $amount * * @return $this */ public function setAmount($amount) { $this->amount = $amount; return $this; } /** * Amount for this transaction. * * @return \PayPal\Api\Currency */ public function getAmount() { return $this->amount; } /** * Fee amount for this transaction. * * @param \PayPal\Api\Currency $fee_amount * * @return $this */ public function setFeeAmount($fee_amount) { $this->fee_amount = $fee_amount; return $this; } /** * Fee amount for this transaction. * * @return \PayPal\Api\Currency */ public function getFeeAmount() { return $this->fee_amount; } /** * Net amount for this transaction. * * @param \PayPal\Api\Currency $net_amount * * @return $this */ public function setNetAmount($net_amount) { $this->net_amount = $net_amount; return $this; } /** * Net amount for this transaction. * * @return \PayPal\Api\Currency */ public function getNetAmount() { return $this->net_amount; } /** * Email id of payer. * * @param string $payer_email * * @return $this */ public function setPayerEmail($payer_email) { $this->payer_email = $payer_email; return $this; } /** * Email id of payer. * * @return string */ public function getPayerEmail() { return $this->payer_email; } /** * Business name of payer. * * @param string $payer_name * * @return $this */ public function setPayerName($payer_name) { $this->payer_name = $payer_name; return $this; } /** * Business name of payer. * * @return string */ public function getPayerName() { return $this->payer_name; } /** * Time at which this transaction happened. * * @param string $time_stamp * * @return $this */ public function setTimeStamp($time_stamp) { $this->time_stamp = $time_stamp; return $this; } /** * Time at which this transaction happened. * * @return string */ public function getTimeStamp() { return $this->time_stamp; } /** * Time zone of time_updated field. * * @param string $time_zone * * @return $this */ public function setTimeZone($time_zone) { $this->time_zone = $time_zone; return $this; } /** * Time zone of time_updated field. * * @return string */ public function getTimeZone() { return $this->time_zone; } }
[-] PaymentTerm.php
[edit]
[-] Patch.php
[edit]
[-] AgreementTransaction.php
[edit]
[-] OverrideChargeModel.php
[edit]
[-] RefundDetail.php
[edit]
[-] PaymentExecution.php
[edit]
[-] CurrencyConversion.php
[edit]
[-] InvoiceItem.php
[edit]
[-] Terms.php
[edit]
[-] PaymentDetail.php
[edit]
[-] BillingInfo.php
[edit]
[-] CreditCardList.php
[edit]
[-] MerchantInfo.php
[edit]
[-] Links.php
[edit]
[-] Transactions.php
[edit]
[-] PaymentDefinition.php
[edit]
[+]
..
[-] PaymentSummary.php
[edit]
[-] OpenIdError.php
[edit]
[-] BillingAgreementToken.php
[edit]
[-] Sale.php
[edit]
[-] Item.php
[edit]
[-] Address.php
[edit]
[-] InvoiceNumber.php
[edit]
[-] Payee.php
[edit]
[-] TransactionBase.php
[edit]
[-] ExtendedBankAccount.php
[edit]
[-] AgreementStateDescriptor.php
[edit]
[-] RecipientBankingInstruction.php
[edit]
[-] WebProfile.php
[edit]
[-] Payout.php
[edit]
[-] FundingDetail.php
[edit]
[-] CreditFinancingOffered.php
[edit]
[-] PaymentCardToken.php
[edit]
[-] ProcessorResponse.php
[edit]
[-] OpenIdTokeninfo.php
[edit]
[-] PotentialPayerInfo.php
[edit]
[-] MerchantPreferences.php
[edit]
[-] InstallmentInfo.php
[edit]
[-] InvoiceSearchResponse.php
[edit]
[-] FmfDetails.php
[edit]
[-] Agreement.php
[edit]
[-] Incentive.php
[edit]
[-] OpenIdSession.php
[edit]
[-] Plan.php
[edit]
[-] Refund.php
[edit]
[-] BaseAddress.php
[edit]
[-] CreditCardToken.php
[edit]
[-] Amount.php
[edit]
[-] CreateProfileResponse.php
[edit]
[-] AgreementDetails.php
[edit]
[-] Order.php
[edit]
[-] CarrierAccount.php
[edit]
[-] FuturePayment.php
[edit]
[-] FileAttachment.php
[edit]
[-] Image.php
[edit]
[-] Details.php
[edit]
[-] RedirectUrls.php
[edit]
[-] RelatedResources.php
[edit]
[-] AlternatePayment.php
[edit]
[-] PrivateLabelCard.php
[edit]
[-] Tax.php
[edit]
[-] Phone.php
[edit]
[-] Measurement.php
[edit]
[-] RefundRequest.php
[edit]
[-] Payer.php
[edit]
[-] FundingSource.php
[edit]
[-] PayoutBatch.php
[edit]
[-] VerifyWebhookSignatureResponse.php
[edit]
[-] CarrierAccountToken.php
[edit]
[-] PayoutItem.php
[edit]
[-] Authorization.php
[edit]
[-] CreditCardHistory.php
[edit]
[-] WebhookEventTypeList.php
[edit]
[-] TemplateSettingsMetadata.php
[edit]
[-] Cost.php
[edit]
[-] PayoutItemDetails.php
[edit]
[-] NameValuePair.php
[edit]
[-] CancelNotification.php
[edit]
[-] WebhookEvent.php
[edit]
[-] ShippingInfo.php
[edit]
[-] FundingOption.php
[edit]
[-] ShippingAddress.php
[edit]
[-] HyperSchema.php
[edit]
[-] CartBase.php
[edit]
[-] PayerInfo.php
[edit]
[-] Notification.php
[edit]
[-] PaymentHistory.php
[edit]
[-] CustomAmount.php
[edit]
[-] WebhookList.php
[edit]
[-] Credit.php
[edit]
[-] PlanList.php
[edit]
[-] Metadata.php
[edit]
[-] ShippingCost.php
[edit]
[-] TemplateData.php
[edit]
[-] ChargeModel.php
[edit]
[-] Capture.php
[edit]
[-] Transaction.php
[edit]
[-] InputFields.php
[edit]
[-] OpenIdUserinfo.php
[edit]
[-] PatchRequest.php
[edit]
[-] DetailedRefund.php
[edit]
[-] PaymentCard.php
[edit]
[-] AgreementTransactions.php
[edit]
[-] Currency.php
[edit]
[-] Participant.php
[edit]
[-] PaymentOptions.php
[edit]
[-] VerifyWebhookSignature.php
[edit]
[-] BankAccountsList.php
[edit]
[-] Template.php
[edit]
[-] CountryCode.php
[edit]
[-] ErrorDetails.php
[edit]
[-] PaymentInstruction.php
[edit]
[-] TemplateSettings.php
[edit]
[-] Payment.php
[edit]
[-] Search.php
[edit]
[-] InstallmentOption.php
[edit]
[-] Invoice.php
[edit]
[-] BankAccount.php
[edit]
[-] FundingInstrument.php
[edit]
[-] FlowConfig.php
[edit]
[-] ItemList.php
[edit]
[-] Templates.php
[edit]
[-] BankToken.php
[edit]
[-] PayoutSenderBatchHeader.php
[edit]
[-] PayoutBatchHeader.php
[edit]
[-] Presentation.php
[edit]
[-] Billing.php
[edit]
[-] WebhookEventType.php
[edit]
[-] OpenIdAddress.php
[edit]
[-] InvoiceAddress.php
[edit]
[-] CreditCard.php
[edit]
[-] Webhook.php
[edit]
[-] ExternalFunding.php
[edit]
[-] WebhookEventList.php
[edit]
[-] Error.php
[edit]