$44 GRAYBYTE WORDPRESS FILE MANAGER $41

SERVER : premium201.web-hosting.com #1 SMP Wed Mar 26 12:08:09 UTC 2025
SERVER IP : 172.67.217.254 | ADMIN IP 216.73.216.23
OPTIONS : CRL = ON | WGT = ON | SDO = OFF | PKEX = OFF
DEACTIVATED : NONE

/home/bravrvjk/itiministry.org/wp-content/plugins/give/vendor/stripe/stripe-php/lib/

HOME
Current File : /home/bravrvjk/itiministry.org/wp-content/plugins/give/vendor/stripe/stripe-php/lib//Charge.php
<?php

// File generated from our OpenAPI spec

namespace Stripe;

/**
 * To charge a credit or a debit card, you create a <code>Charge</code> object. You
 * can retrieve and refund individual charges as well as list all charges. Charges
 * are identified by a unique, random ID.
 *
 * Related guide: <a
 * href="https://stripe.com/docs/payments/accept-a-payment-charges">Accept a
 * payment with the Charges API</a>.
 *
 * @property string $id Unique identifier for the object.
 * @property string $object String representing the object's type. Objects of the same type share the same value.
 * @property int $amount Amount intended to be collected by this payment. A positive integer representing how much to charge in the <a href="https://stripe.com/docs/currencies#zero-decimal">smallest currency unit</a> (e.g., 100 cents to charge $1.00 or 100 to charge ¥100, a zero-decimal currency). The minimum amount is $0.50 US or <a href="https://stripe.com/docs/currencies#minimum-and-maximum-charge-amounts">equivalent in charge currency</a>. The amount value supports up to eight digits (e.g., a value of 99999999 for a USD charge of $999,999.99).
 * @property int $amount_captured Amount in %s captured (can be less than the amount attribute on the charge if a partial capture was made).
 * @property int $amount_refunded Amount in %s refunded (can be less than the amount attribute on the charge if a partial refund was issued).
 * @property null|string|\Stripe\StripeObject $application ID of the Connect application that created the charge.
 * @property null|string|\Stripe\ApplicationFee $application_fee The application fee (if any) for the charge. <a href="https://stripe.com/docs/connect/direct-charges#collecting-fees">See the Connect documentation</a> for details.
 * @property null|int $application_fee_amount The amount of the application fee (if any) requested for the charge. <a href="https://stripe.com/docs/connect/direct-charges#collecting-fees">See the Connect documentation</a> for details.
 * @property null|string|\Stripe\BalanceTransaction $balance_transaction ID of the balance transaction that describes the impact of this charge on your account balance (not including refunds or disputes).
 * @property \Stripe\StripeObject $billing_details
 * @property null|string $calculated_statement_descriptor The full statement descriptor that is passed to card networks, and that is displayed on your customers' credit card and bank statements. Allows you to see what the statement descriptor looks like after the static and dynamic portions are combined.
 * @property bool $captured If the charge was created without capturing, this Boolean represents whether it is still uncaptured or has since been captured.
 * @property int $created Time at which the object was created. Measured in seconds since the Unix epoch.
 * @property string $currency Three-letter <a href="https://www.iso.org/iso-4217-currency-codes.html">ISO currency code</a>, in lowercase. Must be a <a href="https://stripe.com/docs/currencies">supported currency</a>.
 * @property null|string|\Stripe\Customer $customer ID of the customer this charge is for if one exists.
 * @property null|string $description An arbitrary string attached to the object. Often useful for displaying to users.
 * @property null|string|\Stripe\Account $destination ID of an existing, connected Stripe account to transfer funds to if <code>transfer_data</code> was specified in the charge request.
 * @property null|string|\Stripe\Dispute $dispute Details about the dispute if the charge has been disputed.
 * @property bool $disputed Whether the charge has been disputed.
 * @property null|string|\Stripe\BalanceTransaction $failure_balance_transaction ID of the balance transaction that describes the reversal of the balance on your account due to payment failure.
 * @property null|string $failure_code Error code explaining reason for charge failure if available (see <a href="https://stripe.com/docs/api#errors">the errors section</a> for a list of codes).
 * @property null|string $failure_message Message to user further explaining reason for charge failure if available.
 * @property null|\Stripe\StripeObject $fraud_details Information on fraud assessments for the charge.
 * @property null|string|\Stripe\Invoice $invoice ID of the invoice this charge is for if one exists.
 * @property bool $livemode Has the value <code>true</code> if the object exists in live mode or the value <code>false</code> if the object exists in test mode.
 * @property \Stripe\StripeObject $metadata Set of <a href="https://stripe.com/docs/api/metadata">key-value pairs</a> that you can attach to an object. This can be useful for storing additional information about the object in a structured format.
 * @property null|string|\Stripe\Account $on_behalf_of The account (if any) the charge was made on behalf of without triggering an automatic transfer. See the <a href="https://stripe.com/docs/connect/charges-transfers">Connect documentation</a> for details.
 * @property null|string|\Stripe\Order $order ID of the order this charge is for if one exists.
 * @property null|\Stripe\StripeObject $outcome Details about whether the payment was accepted, and why. See <a href="https://stripe.com/docs/declines">understanding declines</a> for details.
 * @property bool $paid <code>true</code> if the charge succeeded, or was successfully authorized for later capture.
 * @property null|string|\Stripe\PaymentIntent $payment_intent ID of the PaymentIntent associated with this charge, if one exists.
 * @property null|string $payment_method ID of the payment method used in this charge.
 * @property null|\Stripe\StripeObject $payment_method_details Details about the payment method at the time of the transaction.
 * @property null|string $receipt_email This is the email address that the receipt for this charge was sent to.
 * @property null|string $receipt_number This is the transaction number that appears on email receipts sent for this charge. This attribute will be <code>null</code> until a receipt has been sent.
 * @property null|string $receipt_url This is the URL to view the receipt for this charge. The receipt is kept up-to-date to the latest state of the charge, including any refunds. If the charge is for an Invoice, the receipt will be stylized as an Invoice receipt.
 * @property bool $refunded Whether the charge has been fully refunded. If the charge is only partially refunded, this attribute will still be false.
 * @property \Stripe\Collection<\Stripe\Refund> $refunds A list of refunds that have been applied to the charge.
 * @property null|string|\Stripe\Review $review ID of the review associated with this charge if one exists.
 * @property null|\Stripe\StripeObject $shipping Shipping information for the charge.
 * @property null|\Stripe\Account|\Stripe\AlipayAccount|\Stripe\BankAccount|\Stripe\BitcoinReceiver|\Stripe\Card|\Stripe\Source $source This is a legacy field that will be removed in the future. It contains the Source, Card, or BankAccount object used for the charge. For details about the payment method used for this charge, refer to <code>payment_method</code> or <code>payment_method_details</code> instead.
 * @property null|string|\Stripe\Transfer $source_transfer The transfer ID which created this charge. Only present if the charge came from another Stripe account. <a href="https://stripe.com/docs/connect/destination-charges">See the Connect documentation</a> for details.
 * @property null|string $statement_descriptor For card charges, use <code>statement_descriptor_suffix</code> instead. Otherwise, you can use this value as the complete description of a charge on your customers’ statements. Must contain at least one letter, maximum 22 characters.
 * @property null|string $statement_descriptor_suffix Provides information about the charge that customers see on their statements. Concatenated with the prefix (shortened descriptor) or statement descriptor that’s set on the account to form the complete statement descriptor. Maximum 22 characters for the concatenated descriptor.
 * @property string $status The status of the payment is either <code>succeeded</code>, <code>pending</code>, or <code>failed</code>.
 * @property string|\Stripe\Transfer $transfer ID of the transfer to the <code>destination</code> account (only applicable if the charge was created using the <code>destination</code> parameter).
 * @property null|\Stripe\StripeObject $transfer_data An optional dictionary including the account to automatically transfer to as part of a destination charge. <a href="https://stripe.com/docs/connect/destination-charges">See the Connect documentation</a> for details.
 * @property null|string $transfer_group A string that identifies this transaction as part of a group. See the <a href="https://stripe.com/docs/connect/charges-transfers#transfer-options">Connect documentation</a> for details.
 */
class Charge extends ApiResource
{
    const OBJECT_NAME = 'charge';

    use ApiOperations\All;
    use ApiOperations\Create;
    use ApiOperations\Retrieve;
    use ApiOperations\Search;
    use ApiOperations\Update;

    const STATUS_FAILED = 'failed';
    const STATUS_PENDING = 'pending';
    const STATUS_SUCCEEDED = 'succeeded';

    /**
     * Possible string representations of decline codes.
     * These strings are applicable to the decline_code property of the \Stripe\Exception\CardException exception.
     *
     * @see https://stripe.com/docs/declines/codes
     */
    const DECLINED_AUTHENTICATION_REQUIRED = 'authentication_required';
    const DECLINED_APPROVE_WITH_ID = 'approve_with_id';
    const DECLINED_CALL_ISSUER = 'call_issuer';
    const DECLINED_CARD_NOT_SUPPORTED = 'card_not_supported';
    const DECLINED_CARD_VELOCITY_EXCEEDED = 'card_velocity_exceeded';
    const DECLINED_CURRENCY_NOT_SUPPORTED = 'currency_not_supported';
    const DECLINED_DO_NOT_HONOR = 'do_not_honor';
    const DECLINED_DO_NOT_TRY_AGAIN = 'do_not_try_again';
    const DECLINED_DUPLICATED_TRANSACTION = 'duplicate_transaction';
    const DECLINED_EXPIRED_CARD = 'expired_card';
    const DECLINED_FRAUDULENT = 'fraudulent';
    const DECLINED_GENERIC_DECLINE = 'generic_decline';
    const DECLINED_INCORRECT_NUMBER = 'incorrect_number';
    const DECLINED_INCORRECT_CVC = 'incorrect_cvc';
    const DECLINED_INCORRECT_PIN = 'incorrect_pin';
    const DECLINED_INCORRECT_ZIP = 'incorrect_zip';
    const DECLINED_INSUFFICIENT_FUNDS = 'insufficient_funds';
    const DECLINED_INVALID_ACCOUNT = 'invalid_account';
    const DECLINED_INVALID_AMOUNT = 'invalid_amount';
    const DECLINED_INVALID_CVC = 'invalid_cvc';
    const DECLINED_INVALID_EXPIRY_YEAR = 'invalid_expiry_year';
    const DECLINED_INVALID_NUMBER = 'invalid_number';
    const DECLINED_INVALID_PIN = 'invalid_pin';
    const DECLINED_ISSUER_NOT_AVAILABLE = 'issuer_not_available';
    const DECLINED_LOST_CARD = 'lost_card';
    const DECLINED_MERCHANT_BLACKLIST = 'merchant_blacklist';
    const DECLINED_NEW_ACCOUNT_INFORMATION_AVAILABLE = 'new_account_information_available';
    const DECLINED_NO_ACTION_TAKEN = 'no_action_taken';
    const DECLINED_NOT_PERMITTED = 'not_permitted';
    const DECLINED_OFFLINE_PIN_REQUIRED = 'offline_pin_required';
    const DECLINED_ONLINE_OR_OFFLINE_PIN_REQUIRED = 'online_or_offline_pin_required';
    const DECLINED_PICKUP_CARD = 'pickup_card';
    const DECLINED_PIN_TRY_EXCEEDED = 'pin_try_exceeded';
    const DECLINED_PROCESSING_ERROR = 'processing_error';
    const DECLINED_REENTER_TRANSACTION = 'reenter_transaction';
    const DECLINED_RESTRICTED_CARD = 'restricted_card';
    const DECLINED_REVOCATION_OF_ALL_AUTHORIZATIONS = 'revocation_of_all_authorizations';
    const DECLINED_REVOCATION_OF_AUTHORIZATION = 'revocation_of_authorization';
    const DECLINED_SECURITY_VIOLATION = 'security_violation';
    const DECLINED_SERVICE_NOT_ALLOWED = 'service_not_allowed';
    const DECLINED_STOLEN_CARD = 'stolen_card';
    const DECLINED_STOP_PAYMENT_ORDER = 'stop_payment_order';
    const DECLINED_TESTMODE_DECLINE = 'testmode_decline';
    const DECLINED_TRANSACTION_NOT_ALLOWED = 'transaction_not_allowed';
    const DECLINED_TRY_AGAIN_LATER = 'try_again_later';
    const DECLINED_WITHDRAWAL_COUNT_LIMIT_EXCEEDED = 'withdrawal_count_limit_exceeded';

    /**
     * @param null|array $params
     * @param null|array|string $opts
     *
     * @throws \Stripe\Exception\ApiErrorException if the request fails
     *
     * @return \Stripe\Charge the captured charge
     */
    public function capture($params = null, $opts = null)
    {
        $url = $this->instanceUrl() . '/capture';
        list($response, $opts) = $this->_request('post', $url, $params, $opts);
        $this->refreshFrom($response, $opts);

        return $this;
    }

    /**
     * @param null|array $params
     * @param null|array|string $opts
     *
     * @throws \Stripe\Exception\ApiErrorException if the request fails
     *
     * @return \Stripe\SearchResult<Charge> the charge search results
     */
    public static function search($params = null, $opts = null)
    {
        $url = '/v1/charges/search';

        return self::_searchResource($url, $params, $opts);
    }
}


Current_dir [ WRITEABLE ] Document_root [ NOT WRITEABLE ]


[ Back ]
NAME
SIZE
LAST TOUCH
USER
CAN-I?
FUNCTIONS
..
--
4 Apr 2026 1.57 AM
bravrvjk / bravrvjk
0755
ApiOperations
--
4 Apr 2026 1.57 AM
bravrvjk / bravrvjk
0755
BillingPortal
--
4 Apr 2026 1.57 AM
bravrvjk / bravrvjk
0755
Checkout
--
4 Apr 2026 1.57 AM
bravrvjk / bravrvjk
0755
Exception
--
4 Apr 2026 1.57 AM
bravrvjk / bravrvjk
0755
FinancialConnections
--
4 Apr 2026 1.57 AM
bravrvjk / bravrvjk
0755
HttpClient
--
4 Apr 2026 1.57 AM
bravrvjk / bravrvjk
0755
Identity
--
4 Apr 2026 1.57 AM
bravrvjk / bravrvjk
0755
Issuing
--
4 Apr 2026 1.57 AM
bravrvjk / bravrvjk
0755
Radar
--
4 Apr 2026 1.57 AM
bravrvjk / bravrvjk
0755
Reporting
--
4 Apr 2026 1.57 AM
bravrvjk / bravrvjk
0755
Service
--
4 Apr 2026 1.57 AM
bravrvjk / bravrvjk
0755
Sigma
--
4 Apr 2026 1.57 AM
bravrvjk / bravrvjk
0755
Terminal
--
4 Apr 2026 1.57 AM
bravrvjk / bravrvjk
0755
TestHelpers
--
4 Apr 2026 1.57 AM
bravrvjk / bravrvjk
0755
Util
--
4 Apr 2026 1.57 AM
bravrvjk / bravrvjk
0755
Account.php
16.626 KB
16 Oct 2023 9.55 PM
bravrvjk / bravrvjk
0644
AccountLink.php
0.811 KB
27 Sep 2021 4.30 PM
bravrvjk / bravrvjk
0644
AlipayAccount.php
2.33 KB
27 Sep 2021 4.30 PM
bravrvjk / bravrvjk
0644
ApiRequestor.php
18.692 KB
16 Oct 2023 9.55 PM
bravrvjk / bravrvjk
0644
ApiResource.php
3.408 KB
16 Oct 2023 9.55 PM
bravrvjk / bravrvjk
0644
ApiResponse.php
0.695 KB
27 Sep 2021 4.30 PM
bravrvjk / bravrvjk
0644
ApplePayDomain.php
0.992 KB
27 Sep 2021 4.30 PM
bravrvjk / bravrvjk
0644
ApplicationFee.php
4.155 KB
16 Oct 2023 9.55 PM
bravrvjk / bravrvjk
0644
ApplicationFeeRefund.php
2.444 KB
27 Sep 2021 4.30 PM
bravrvjk / bravrvjk
0644
Balance.php
2.307 KB
27 Sep 2021 4.30 PM
bravrvjk / bravrvjk
0644
BalanceTransaction.php
5.541 KB
27 Sep 2021 4.30 PM
bravrvjk / bravrvjk
0644
BankAccount.php
7.127 KB
27 Sep 2021 4.30 PM
bravrvjk / bravrvjk
0644
BaseStripeClient.php
11.168 KB
16 Oct 2023 9.55 PM
bravrvjk / bravrvjk
0644
BaseStripeClientInterface.php
0.967 KB
27 Sep 2021 4.30 PM
bravrvjk / bravrvjk
0644
BitcoinReceiver.php
4.163 KB
16 Oct 2023 9.55 PM
bravrvjk / bravrvjk
0644
BitcoinTransaction.php
0.864 KB
27 Sep 2021 4.30 PM
bravrvjk / bravrvjk
0644
Capability.php
2.922 KB
27 Sep 2021 4.30 PM
bravrvjk / bravrvjk
0644
Card.php
8.549 KB
16 Oct 2023 9.55 PM
bravrvjk / bravrvjk
0644
CashBalance.php
2.303 KB
16 Oct 2023 9.55 PM
bravrvjk / bravrvjk
0644
Charge.php
12.91 KB
16 Oct 2023 9.55 PM
bravrvjk / bravrvjk
0644
Collection.php
8.271 KB
16 Oct 2023 9.55 PM
bravrvjk / bravrvjk
0644
CountrySpec.php
1.742 KB
27 Sep 2021 4.30 PM
bravrvjk / bravrvjk
0644
Coupon.php
2.921 KB
16 Oct 2023 9.55 PM
bravrvjk / bravrvjk
0644
CreditNote.php
5.7 KB
16 Oct 2023 9.55 PM
bravrvjk / bravrvjk
0644
CreditNoteLineItem.php
1.853 KB
27 Sep 2021 4.30 PM
bravrvjk / bravrvjk
0644
Customer.php
15.521 KB
16 Oct 2023 9.55 PM
bravrvjk / bravrvjk
0644
CustomerBalanceTransaction.php
5.211 KB
27 Sep 2021 4.30 PM
bravrvjk / bravrvjk
0644
Discount.php
1.533 KB
16 Oct 2023 9.55 PM
bravrvjk / bravrvjk
0644
Dispute.php
5.073 KB
27 Sep 2021 4.30 PM
bravrvjk / bravrvjk
0644
EphemeralKey.php
1.549 KB
27 Sep 2021 4.30 PM
bravrvjk / bravrvjk
0644
ErrorObject.php
8.584 KB
27 Sep 2021 4.30 PM
bravrvjk / bravrvjk
0644
Event.php
15.116 KB
16 Oct 2023 9.55 PM
bravrvjk / bravrvjk
0644
ExchangeRate.php
1.412 KB
27 Sep 2021 4.30 PM
bravrvjk / bravrvjk
0644
File.php
3.806 KB
16 Oct 2023 9.55 PM
bravrvjk / bravrvjk
0644
FileLink.php
1.451 KB
27 Sep 2021 4.30 PM
bravrvjk / bravrvjk
0644
FundingInstructions.php
1.38 KB
16 Oct 2023 9.55 PM
bravrvjk / bravrvjk
0644
Invoice.php
20.131 KB
16 Oct 2023 9.55 PM
bravrvjk / bravrvjk
0644
InvoiceItem.php
3.785 KB
16 Oct 2023 9.55 PM
bravrvjk / bravrvjk
0644
InvoiceLineItem.php
2.94 KB
16 Oct 2023 9.55 PM
bravrvjk / bravrvjk
0644
LineItem.php
1.164 KB
27 Sep 2021 4.30 PM
bravrvjk / bravrvjk
0644
LoginLink.php
0.416 KB
27 Sep 2021 4.30 PM
bravrvjk / bravrvjk
0644
Mandate.php
1.078 KB
27 Sep 2021 4.30 PM
bravrvjk / bravrvjk
0644
OAuth.php
3.313 KB
27 Sep 2021 4.30 PM
bravrvjk / bravrvjk
0644
OAuthErrorObject.php
0.841 KB
27 Sep 2021 4.30 PM
bravrvjk / bravrvjk
0644
Order.php
5.137 KB
16 Oct 2023 9.55 PM
bravrvjk / bravrvjk
0644
OrderItem.php
0.325 KB
27 Sep 2021 4.30 PM
bravrvjk / bravrvjk
0644
OrderReturn.php
1.649 KB
27 Sep 2021 4.30 PM
bravrvjk / bravrvjk
0644
PaymentIntent.php
13.671 KB
16 Oct 2023 9.55 PM
bravrvjk / bravrvjk
0644
PaymentLink.php
4.341 KB
16 Oct 2023 9.55 PM
bravrvjk / bravrvjk
0644
PaymentMethod.php
3.952 KB
16 Oct 2023 9.55 PM
bravrvjk / bravrvjk
0644
Payout.php
6.687 KB
27 Sep 2021 4.30 PM
bravrvjk / bravrvjk
0644
Person.php
5.695 KB
16 Oct 2023 9.55 PM
bravrvjk / bravrvjk
0644
Plan.php
5.556 KB
16 Oct 2023 9.55 PM
bravrvjk / bravrvjk
0644
Price.php
5.605 KB
16 Oct 2023 9.55 PM
bravrvjk / bravrvjk
0644
Product.php
4.646 KB
16 Oct 2023 9.55 PM
bravrvjk / bravrvjk
0644
PromotionCode.php
2.2 KB
16 Oct 2023 9.55 PM
bravrvjk / bravrvjk
0644
Quote.php
8.794 KB
16 Oct 2023 9.55 PM
bravrvjk / bravrvjk
0644
Recipient.php
2.708 KB
16 Oct 2023 9.55 PM
bravrvjk / bravrvjk
0644
RecipientTransfer.php
0.896 KB
27 Sep 2021 4.30 PM
bravrvjk / bravrvjk
0644
Refund.php
4.739 KB
16 Oct 2023 9.55 PM
bravrvjk / bravrvjk
0644
RequestTelemetry.php
0.526 KB
27 Sep 2021 4.30 PM
bravrvjk / bravrvjk
0644
Review.php
3.345 KB
27 Sep 2021 4.30 PM
bravrvjk / bravrvjk
0644
SKU.php
2.721 KB
16 Oct 2023 9.55 PM
bravrvjk / bravrvjk
0644
SearchResult.php
6.362 KB
16 Oct 2023 9.55 PM
bravrvjk / bravrvjk
0644
SetupAttempt.php
2.392 KB
27 Sep 2021 4.30 PM
bravrvjk / bravrvjk
0644
SetupIntent.php
7.548 KB
16 Oct 2023 9.55 PM
bravrvjk / bravrvjk
0644
ShippingRate.php
2.335 KB
16 Oct 2023 9.55 PM
bravrvjk / bravrvjk
0644
SingletonApiResource.php
0.937 KB
16 Oct 2023 9.55 PM
bravrvjk / bravrvjk
0644
Source.php
8.372 KB
27 Sep 2021 4.30 PM
bravrvjk / bravrvjk
0644
SourceTransaction.php
0.398 KB
27 Sep 2021 4.30 PM
bravrvjk / bravrvjk
0644
Stripe.php
7.052 KB
16 Oct 2023 9.55 PM
bravrvjk / bravrvjk
0644
StripeClient.php
3.964 KB
16 Oct 2023 9.55 PM
bravrvjk / bravrvjk
0644
StripeClientInterface.php
0.572 KB
27 Sep 2021 4.30 PM
bravrvjk / bravrvjk
0644
StripeObject.php
18.583 KB
16 Oct 2023 9.55 PM
bravrvjk / bravrvjk
0644
StripeStreamingClientInterface.php
0.232 KB
27 Sep 2021 4.30 PM
bravrvjk / bravrvjk
0644
Subscription.php
11.869 KB
16 Oct 2023 9.55 PM
bravrvjk / bravrvjk
0644
SubscriptionItem.php
5.509 KB
16 Oct 2023 9.55 PM
bravrvjk / bravrvjk
0644
SubscriptionSchedule.php
4.068 KB
16 Oct 2023 9.55 PM
bravrvjk / bravrvjk
0644
TaxCode.php
0.652 KB
16 Oct 2023 9.55 PM
bravrvjk / bravrvjk
0644
TaxId.php
5.174 KB
16 Oct 2023 9.55 PM
bravrvjk / bravrvjk
0644
TaxRate.php
2.938 KB
20 Jan 2022 11.45 AM
bravrvjk / bravrvjk
0644
ThreeDSecure.php
2.545 KB
27 Sep 2021 4.30 PM
bravrvjk / bravrvjk
0644
Token.php
3.544 KB
27 Sep 2021 4.30 PM
bravrvjk / bravrvjk
0644
Topup.php
3.909 KB
27 Sep 2021 4.30 PM
bravrvjk / bravrvjk
0644
Transfer.php
6.231 KB
16 Oct 2023 9.55 PM
bravrvjk / bravrvjk
0644
TransferReversal.php
3.245 KB
27 Sep 2021 4.30 PM
bravrvjk / bravrvjk
0644
UsageRecord.php
0.957 KB
27 Sep 2021 4.30 PM
bravrvjk / bravrvjk
0644
UsageRecordSummary.php
0.793 KB
27 Sep 2021 4.30 PM
bravrvjk / bravrvjk
0644
Webhook.php
1.479 KB
27 Sep 2021 4.30 PM
bravrvjk / bravrvjk
0644
WebhookEndpoint.php
2.257 KB
27 Sep 2021 4.30 PM
bravrvjk / bravrvjk
0644
WebhookSignature.php
4.274 KB
27 Sep 2021 4.30 PM
bravrvjk / bravrvjk
0644

GRAYBYTE WORDPRESS FILE MANAGER @ 2025 CONTACT ME
Static GIF