Edit File by line

Deprecated: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in /home/sportsfever/public_html/filemanger/function.php on line 93
/home/sportsfe.../httpdocs/wp-conte.../plugins/wpforms-.../vendor_p.../stripe/stripe-p.../lib
File: CustomerCashBalanceTransaction.php
<?php
[0] Fix | Delete
[1] Fix | Delete
// File generated from our OpenAPI spec
[2] Fix | Delete
namespace WPForms\Vendor\Stripe;
[3] Fix | Delete
[4] Fix | Delete
/**
[5] Fix | Delete
* Customers with certain payments enabled have a cash balance, representing funds that were paid
[6] Fix | Delete
* by the customer to a merchant, but have not yet been allocated to a payment. Cash Balance Transactions
[7] Fix | Delete
* represent when funds are moved into or out of this balance. This includes funding by the customer, allocation
[8] Fix | Delete
* to payments, and refunds to the customer.
[9] Fix | Delete
*
[10] Fix | Delete
* @property string $id Unique identifier for the object.
[11] Fix | Delete
* @property string $object String representing the object's type. Objects of the same type share the same value.
[12] Fix | Delete
* @property null|\Stripe\StripeObject $adjusted_for_overdraft
[13] Fix | Delete
* @property null|\Stripe\StripeObject $applied_to_payment
[14] Fix | Delete
* @property int $created Time at which the object was created. Measured in seconds since the Unix epoch.
[15] Fix | Delete
* @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>.
[16] Fix | Delete
* @property string|\Stripe\Customer $customer The customer whose available cash balance changed as a result of this transaction.
[17] Fix | Delete
* @property int $ending_balance The total available cash balance for the specified currency after this transaction was applied. Represented in the <a href="https://stripe.com/docs/currencies#zero-decimal">smallest currency unit</a>.
[18] Fix | Delete
* @property null|\Stripe\StripeObject $funded
[19] Fix | Delete
* @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.
[20] Fix | Delete
* @property int $net_amount The amount by which the cash balance changed, represented in the <a href="https://stripe.com/docs/currencies#zero-decimal">smallest currency unit</a>. A positive value represents funds being added to the cash balance, a negative value represents funds being removed from the cash balance.
[21] Fix | Delete
* @property null|\Stripe\StripeObject $refunded_from_payment
[22] Fix | Delete
* @property null|\Stripe\StripeObject $transferred_to_balance
[23] Fix | Delete
* @property string $type The type of the cash balance transaction. New types may be added in future. See <a href="https://stripe.com/docs/payments/customer-balance#types">Customer Balance</a> to learn more about these types.
[24] Fix | Delete
* @property null|\Stripe\StripeObject $unapplied_from_payment
[25] Fix | Delete
*/
[26] Fix | Delete
class CustomerCashBalanceTransaction extends ApiResource
[27] Fix | Delete
{
[28] Fix | Delete
const OBJECT_NAME = 'customer_cash_balance_transaction';
[29] Fix | Delete
const TYPE_ADJUSTED_FOR_OVERDRAFT = 'adjusted_for_overdraft';
[30] Fix | Delete
const TYPE_APPLIED_TO_PAYMENT = 'applied_to_payment';
[31] Fix | Delete
const TYPE_FUNDED = 'funded';
[32] Fix | Delete
const TYPE_FUNDING_REVERSED = 'funding_reversed';
[33] Fix | Delete
const TYPE_REFUNDED_FROM_PAYMENT = 'refunded_from_payment';
[34] Fix | Delete
const TYPE_RETURN_CANCELED = 'return_canceled';
[35] Fix | Delete
const TYPE_RETURN_INITIATED = 'return_initiated';
[36] Fix | Delete
const TYPE_TRANSFERRED_TO_BALANCE = 'transferred_to_balance';
[37] Fix | Delete
const TYPE_UNAPPLIED_FROM_PAYMENT = 'unapplied_from_payment';
[38] Fix | Delete
}
[39] Fix | Delete
[40] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function