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; use PayPal\Validation\UrlValidator; /** * Class Metadata * * Audit information for the resource. * * @package PayPal\Api * * @property string created_date * @property string created_by * @property string cancelled_date * @property string cancelled_by * @property string last_updated_date * @property string last_updated_by * @property string first_sent_date * @property string last_sent_date * @property string last_sent_by * @property string payer_view_url */ class Metadata extends PayPalModel { /** * The date and time when the resource was created. * * @param string $created_date * * @return $this */ public function setCreatedDate($created_date) { $this->created_date = $created_date; return $this; } /** * The date and time when the resource was created. * * @return string */ public function getCreatedDate() { return $this->created_date; } /** * The email address of the account that created the resource. * * @param string $created_by * * @return $this */ public function setCreatedBy($created_by) { $this->created_by = $created_by; return $this; } /** * The email address of the account that created the resource. * * @return string */ public function getCreatedBy() { return $this->created_by; } /** * The date and time when the resource was cancelled. * * @param string $cancelled_date * * @return $this */ public function setCancelledDate($cancelled_date) { $this->cancelled_date = $cancelled_date; return $this; } /** * The date and time when the resource was cancelled. * * @return string */ public function getCancelledDate() { return $this->cancelled_date; } /** * The actor who cancelled the resource. * * @param string $cancelled_by * * @return $this */ public function setCancelledBy($cancelled_by) { $this->cancelled_by = $cancelled_by; return $this; } /** * The actor who cancelled the resource. * * @return string */ public function getCancelledBy() { return $this->cancelled_by; } /** * The date and time when the resource was last edited. * * @param string $last_updated_date * * @return $this */ public function setLastUpdatedDate($last_updated_date) { $this->last_updated_date = $last_updated_date; return $this; } /** * The date and time when the resource was last edited. * * @return string */ public function getLastUpdatedDate() { return $this->last_updated_date; } /** * The email address of the account that last edited the resource. * * @param string $last_updated_by * * @return $this */ public function setLastUpdatedBy($last_updated_by) { $this->last_updated_by = $last_updated_by; return $this; } /** * The email address of the account that last edited the resource. * * @return string */ public function getLastUpdatedBy() { return $this->last_updated_by; } /** * The date and time when the resource was first sent. * * @param string $first_sent_date * * @return $this */ public function setFirstSentDate($first_sent_date) { $this->first_sent_date = $first_sent_date; return $this; } /** * The date and time when the resource was first sent. * * @return string */ public function getFirstSentDate() { return $this->first_sent_date; } /** * The date and time when the resource was last sent. * * @param string $last_sent_date * * @return $this */ public function setLastSentDate($last_sent_date) { $this->last_sent_date = $last_sent_date; return $this; } /** * The date and time when the resource was last sent. * * @return string */ public function getLastSentDate() { return $this->last_sent_date; } /** * The email address of the account that last sent the resource. * * @param string $last_sent_by * * @return $this */ public function setLastSentBy($last_sent_by) { $this->last_sent_by = $last_sent_by; return $this; } /** * The email address of the account that last sent the resource. * * @return string */ public function getLastSentBy() { return $this->last_sent_by; } /** * URL representing the payer's view of the invoice. * * @param string $payer_view_url * @throws \InvalidArgumentException * @return $this */ public function setPayerViewUrl($payer_view_url) { UrlValidator::validate($payer_view_url, "PayerViewUrl"); $this->payer_view_url = $payer_view_url; return $this; } /** * URL representing the payer's view of the invoice. * * @return string */ public function getPayerViewUrl() { return $this->payer_view_url; } }
[-] 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]