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: FundingInstructions.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
* Each customer has a <a href="https://stripe.com/docs/api/customers/object#customer_object-balance"><code>balance</code></a> that is
[6] Fix | Delete
* automatically applied to future invoices and payments using the <code>customer_balance</code> payment method.
[7] Fix | Delete
* Customers can fund this balance by initiating a bank transfer to any account in the
[8] Fix | Delete
* <code>financial_addresses</code> field.
[9] Fix | Delete
* Related guide: <a href="https://stripe.com/docs/payments/customer-balance/funding-instructions">Customer balance funding instructions</a>.
[10] Fix | Delete
*
[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 \Stripe\StripeObject $bank_transfer
[13] 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>.
[14] Fix | Delete
* @property string $funding_type The <code>funding_type</code> of the returned instructions
[15] 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.
[16] Fix | Delete
*/
[17] Fix | Delete
class FundingInstructions extends ApiResource
[18] Fix | Delete
{
[19] Fix | Delete
const OBJECT_NAME = 'funding_instructions';
[20] Fix | Delete
const FUNDING_TYPE_BANK_TRANSFER = 'bank_transfer';
[21] Fix | Delete
}
[22] Fix | Delete
[23] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function