$65 GRAYBYTE WORDPRESS FILE MANAGER $72

SERVER : premium201.web-hosting.com #1 SMP Wed Mar 26 12:08:09 UTC 2025
SERVER IP : 104.21.43.35 | 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//Invoice.php
<?php

// File generated from our OpenAPI spec

namespace Stripe;

/**
 * Invoices are statements of amounts owed by a customer, and are either generated
 * one-off, or generated periodically from a subscription.
 *
 * They contain <a href="https://stripe.com/docs/api#invoiceitems">invoice
 * items</a>, and proration adjustments that may be caused by subscription
 * upgrades/downgrades (if necessary).
 *
 * If your invoice is configured to be billed through automatic charges, Stripe
 * automatically finalizes your invoice and attempts payment. Note that finalizing
 * the invoice, <a
 * href="https://stripe.com/docs/billing/invoices/workflow/#auto_advance">when
 * automatic</a>, does not happen immediately as the invoice is created. Stripe
 * waits until one hour after the last webhook was successfully sent (or the last
 * webhook timed out after failing). If you (and the platforms you may have
 * connected to) have no webhooks configured, Stripe waits one hour after creation
 * to finalize the invoice.
 *
 * If your invoice is configured to be billed by sending an email, then based on
 * your <a href="https://dashboard.stripe.com/account/billing/automatic">email
 * settings</a>, Stripe will email the invoice to your customer and await payment.
 * These emails can contain a link to a hosted page to pay the invoice.
 *
 * Stripe applies any customer credit on the account before determining the amount
 * due for the invoice (i.e., the amount that will be actually charged). If the
 * amount due for the invoice is less than Stripe's <a
 * href="/docs/currencies#minimum-and-maximum-charge-amounts">minimum allowed
 * charge per currency</a>, the invoice is automatically marked paid, and we add
 * the amount due to the customer's credit balance which is applied to the next
 * invoice.
 *
 * More details on the customer's credit balance are <a
 * href="https://stripe.com/docs/billing/customer/balance">here</a>.
 *
 * Related guide: <a href="https://stripe.com/docs/billing/invoices/sending">Send
 * Invoices to Customers</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 null|string $account_country The country of the business associated with this invoice, most often the business creating the invoice.
 * @property null|string $account_name The public name of the business associated with this invoice, most often the business creating the invoice.
 * @property null|(string|\Stripe\TaxId)[] $account_tax_ids The account tax IDs associated with the invoice. Only editable when the invoice is a draft.
 * @property int $amount_due Final amount due at this time for this invoice. If the invoice's total is smaller than the minimum charge amount, for example, or if there is account credit that can be applied to the invoice, the <code>amount_due</code> may be 0. If there is a positive <code>starting_balance</code> for the invoice (the customer owes money), the <code>amount_due</code> will also take that into account. The charge that gets generated for the invoice will be for the amount specified in <code>amount_due</code>.
 * @property int $amount_paid The amount, in %s, that was paid.
 * @property int $amount_remaining The amount remaining, in %s, that is due.
 * @property null|string|\Stripe\StripeObject $application ID of the Connect Application that created the invoice.
 * @property null|int $application_fee_amount The fee in %s that will be applied to the invoice and transferred to the application owner's Stripe account when the invoice is paid.
 * @property int $attempt_count Number of payment attempts made for this invoice, from the perspective of the payment retry schedule. Any payment attempt counts as the first attempt, and subsequently only automatic retries increment the attempt count. In other words, manual payment attempts after the first attempt do not affect the retry schedule.
 * @property bool $attempted Whether an attempt has been made to pay the invoice. An invoice is not attempted until 1 hour after the <code>invoice.created</code> webhook, for example, so you might not want to display that invoice as unpaid to your users.
 * @property bool $auto_advance Controls whether Stripe will perform <a href="https://stripe.com/docs/billing/invoices/workflow/#auto_advance">automatic collection</a> of the invoice. When <code>false</code>, the invoice's state will not automatically advance without an explicit action.
 * @property \Stripe\StripeObject $automatic_tax
 * @property null|string $billing_reason Indicates the reason why the invoice was created. <code>subscription_cycle</code> indicates an invoice created by a subscription advancing into a new period. <code>subscription_create</code> indicates an invoice created due to creating a subscription. <code>subscription_update</code> indicates an invoice created due to updating a subscription. <code>subscription</code> is set for all old invoices to indicate either a change to a subscription or a period advancement. <code>manual</code> is set for all invoices unrelated to a subscription (for example: created via the invoice editor). The <code>upcoming</code> value is reserved for simulated invoices per the upcoming invoice endpoint. <code>subscription_threshold</code> indicates an invoice created due to a billing threshold being reached.
 * @property null|string|\Stripe\Charge $charge ID of the latest charge generated for this invoice, if any.
 * @property string $collection_method Either <code>charge_automatically</code>, or <code>send_invoice</code>. When charging automatically, Stripe will attempt to pay this invoice using the default source attached to the customer. When sending an invoice, Stripe will email this invoice to the customer with payment instructions.
 * @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|\Stripe\StripeObject[] $custom_fields Custom fields displayed on the invoice.
 * @property null|string|\Stripe\Customer $customer The ID of the customer who will be billed.
 * @property null|\Stripe\StripeObject $customer_address The customer's address. Until the invoice is finalized, this field will equal <code>customer.address</code>. Once the invoice is finalized, this field will no longer be updated.
 * @property null|string $customer_email The customer's email. Until the invoice is finalized, this field will equal <code>customer.email</code>. Once the invoice is finalized, this field will no longer be updated.
 * @property null|string $customer_name The customer's name. Until the invoice is finalized, this field will equal <code>customer.name</code>. Once the invoice is finalized, this field will no longer be updated.
 * @property null|string $customer_phone The customer's phone number. Until the invoice is finalized, this field will equal <code>customer.phone</code>. Once the invoice is finalized, this field will no longer be updated.
 * @property null|\Stripe\StripeObject $customer_shipping The customer's shipping information. Until the invoice is finalized, this field will equal <code>customer.shipping</code>. Once the invoice is finalized, this field will no longer be updated.
 * @property null|string $customer_tax_exempt The customer's tax exempt status. Until the invoice is finalized, this field will equal <code>customer.tax_exempt</code>. Once the invoice is finalized, this field will no longer be updated.
 * @property null|\Stripe\StripeObject[] $customer_tax_ids The customer's tax IDs. Until the invoice is finalized, this field will contain the same tax IDs as <code>customer.tax_ids</code>. Once the invoice is finalized, this field will no longer be updated.
 * @property null|string|\Stripe\PaymentMethod $default_payment_method ID of the default payment method for the invoice. It must belong to the customer associated with the invoice. If not set, defaults to the subscription's default payment method, if any, or to the default payment method in the customer's invoice settings.
 * @property null|string|\Stripe\Account|\Stripe\AlipayAccount|\Stripe\BankAccount|\Stripe\BitcoinReceiver|\Stripe\Card|\Stripe\Source $default_source ID of the default payment source for the invoice. It must belong to the customer associated with the invoice and be in a chargeable state. If not set, defaults to the subscription's default source, if any, or to the customer's default source.
 * @property \Stripe\TaxRate[] $default_tax_rates The tax rates applied to this invoice, if any.
 * @property null|string $description An arbitrary string attached to the object. Often useful for displaying to users. Referenced as 'memo' in the Dashboard.
 * @property null|\Stripe\Discount $discount Describes the current discount applied to this invoice, if there is one. Not populated if there are multiple discounts.
 * @property null|(string|\Stripe\Discount)[] $discounts The discounts applied to the invoice. Line item discounts are applied before invoice discounts. Use <code>expand[]=discounts</code> to expand each discount.
 * @property null|int $due_date The date on which payment for this invoice is due. This value will be <code>null</code> for invoices where <code>collection_method=charge_automatically</code>.
 * @property null|int $ending_balance Ending customer balance after the invoice is finalized. Invoices are finalized approximately an hour after successful webhook delivery or when payment collection is attempted for the invoice. If the invoice has not been finalized yet, this will be null.
 * @property null|string $footer Footer displayed on the invoice.
 * @property null|string $hosted_invoice_url The URL for the hosted invoice page, which allows customers to view and pay an invoice. If the invoice has not been finalized yet, this will be null.
 * @property null|string $invoice_pdf The link to download the PDF for the invoice. If the invoice has not been finalized yet, this will be null.
 * @property null|\Stripe\ErrorObject $last_finalization_error The error encountered during the previous attempt to finalize the invoice. This field is cleared when the invoice is successfully finalized.
 * @property \Stripe\Collection<\Stripe\InvoiceLineItem> $lines The individual line items that make up the invoice. <code>lines</code> is sorted as follows: invoice items in reverse chronological order, followed by the subscription, if any.
 * @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 null|\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|int $next_payment_attempt The time at which payment will next be attempted. This value will be <code>null</code> for invoices where <code>collection_method=send_invoice</code>.
 * @property null|string $number A unique, identifying string that appears on emails sent to the customer for this invoice. This starts with the customer's unique invoice_prefix if it is specified.
 * @property null|string|\Stripe\Account $on_behalf_of The account (if any) for which the funds of the invoice payment are intended. If set, the invoice will be presented with the branding and support information of the specified account. See the <a href="https://stripe.com/docs/billing/invoices/connect">Invoices with Connect</a> documentation for details.
 * @property bool $paid Whether payment was successfully collected for this invoice. An invoice can be paid (most commonly) with a charge or with credit from the customer's account balance.
 * @property bool $paid_out_of_band Returns true if the invoice was manually marked paid, returns false if the invoice hasn't been paid yet or was paid on Stripe.
 * @property null|string|\Stripe\PaymentIntent $payment_intent The PaymentIntent associated with this invoice. The PaymentIntent is generated when the invoice is finalized, and can then be used to pay the invoice. Note that voiding an invoice will cancel the PaymentIntent.
 * @property \Stripe\StripeObject $payment_settings
 * @property int $period_end End of the usage period during which invoice items were added to this invoice.
 * @property int $period_start Start of the usage period during which invoice items were added to this invoice.
 * @property int $post_payment_credit_notes_amount Total amount of all post-payment credit notes issued for this invoice.
 * @property int $pre_payment_credit_notes_amount Total amount of all pre-payment credit notes issued for this invoice.
 * @property null|string|\Stripe\Quote $quote The quote this invoice was generated from.
 * @property null|string $receipt_number This is the transaction number that appears on email receipts sent for this invoice.
 * @property int $starting_balance Starting customer balance before the invoice is finalized. If the invoice has not been finalized yet, this will be the current customer balance.
 * @property null|string $statement_descriptor Extra information about an invoice for the customer's credit card statement.
 * @property null|string $status The status of the invoice, one of <code>draft</code>, <code>open</code>, <code>paid</code>, <code>uncollectible</code>, or <code>void</code>. <a href="https://stripe.com/docs/billing/invoices/workflow#workflow-overview">Learn more</a>
 * @property \Stripe\StripeObject $status_transitions
 * @property null|string|\Stripe\Subscription $subscription The subscription that this invoice was prepared for, if any.
 * @property int $subscription_proration_date Only set for upcoming invoices that preview prorations. The time used to calculate prorations.
 * @property int $subtotal Total of all subscriptions, invoice items, and prorations on the invoice before any invoice level discount or tax is applied. Item discounts are already incorporated
 * @property null|int $tax The amount of tax on this invoice. This is the sum of all the tax amounts on this invoice.
 * @property null|string|\Stripe\TestHelpers\TestClock $test_clock ID of the test clock this invoice belongs to.
 * @property \Stripe\StripeObject $threshold_reason
 * @property int $total Total after discounts and taxes.
 * @property null|\Stripe\StripeObject[] $total_discount_amounts The aggregate amounts calculated per discount across all line items.
 * @property \Stripe\StripeObject[] $total_tax_amounts The aggregate amounts calculated per tax rate for all line items.
 * @property null|int $webhooks_delivered_at Invoices are automatically paid or sent 1 hour after webhooks are delivered, or until all webhook delivery attempts have <a href="https://stripe.com/docs/billing/webhooks#understand">been exhausted</a>. This field tracks the time when webhooks for this invoice were successfully delivered. If the invoice had no webhooks to deliver, this will be set while the invoice is being created.
 */
class Invoice extends ApiResource
{
    const OBJECT_NAME = 'invoice';

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

    const BILLING_CHARGE_AUTOMATICALLY = 'charge_automatically';
    const BILLING_SEND_INVOICE = 'send_invoice';

    const BILLING_REASON_MANUAL = 'manual';
    const BILLING_REASON_QUOTE_ACCEPT = 'quote_accept';
    const BILLING_REASON_SUBSCRIPTION = 'subscription';
    const BILLING_REASON_SUBSCRIPTION_CREATE = 'subscription_create';
    const BILLING_REASON_SUBSCRIPTION_CYCLE = 'subscription_cycle';
    const BILLING_REASON_SUBSCRIPTION_THRESHOLD = 'subscription_threshold';
    const BILLING_REASON_SUBSCRIPTION_UPDATE = 'subscription_update';
    const BILLING_REASON_UPCOMING = 'upcoming';

    const COLLECTION_METHOD_CHARGE_AUTOMATICALLY = 'charge_automatically';
    const COLLECTION_METHOD_SEND_INVOICE = 'send_invoice';

    const STATUS_DELETED = 'deleted';
    const STATUS_DRAFT = 'draft';
    const STATUS_OPEN = 'open';
    const STATUS_PAID = 'paid';
    const STATUS_UNCOLLECTIBLE = 'uncollectible';
    const STATUS_VOID = 'void';

    use ApiOperations\NestedResource;

    const PATH_LINES = '/lines';

    /**
     * @param string $id the ID of the invoice on which to retrieve the lines
     * @param null|array $params
     * @param null|array|string $opts
     *
     * @throws StripeExceptionApiErrorException if the request fails
     *
     * @return \Stripe\Collection<\Stripe\InvoiceLineItem> the list of lines (InvoiceLineItem)
     */
    public static function allLines($id, $params = null, $opts = null)
    {
        return self::_allNestedResources($id, static::PATH_LINES, $params, $opts);
    }

    /**
     * @param null|array $params
     * @param null|array|string $opts
     *
     * @throws \Stripe\Exception\ApiErrorException if the request fails
     *
     * @return \Stripe\Invoice the finalized invoice
     */
    public function finalizeInvoice($params = null, $opts = null)
    {
        $url = $this->instanceUrl() . '/finalize';
        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\Invoice the uncollectible invoice
     */
    public function markUncollectible($params = null, $opts = null)
    {
        $url = $this->instanceUrl() . '/mark_uncollectible';
        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\Invoice the paid invoice
     */
    public function pay($params = null, $opts = null)
    {
        $url = $this->instanceUrl() . '/pay';
        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\Invoice the sent invoice
     */
    public function sendInvoice($params = null, $opts = null)
    {
        $url = $this->instanceUrl() . '/send';
        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\Invoice the upcoming invoice
     */
    public static function upcoming($params = null, $opts = null)
    {
        $url = static::classUrl() . '/upcoming';
        list($response, $opts) = static::_staticRequest('get', $url, $params, $opts);
        $obj = \Stripe\Util\Util::convertToStripeObject($response->json, $opts);
        $obj->setLastResponse($response);

        return $obj;
    }

    /**
     * @param null|array $params
     * @param null|array|string $opts
     *
     * @throws \Stripe\Exception\ApiErrorException if the request fails
     *
     * @return \Stripe\Invoice the voided invoice
     */
    public function voidInvoice($params = null, $opts = null)
    {
        $url = $this->instanceUrl() . '/void';
        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<Invoice> the invoice search results
     */
    public static function search($params = null, $opts = null)
    {
        $url = '/v1/invoices/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