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: SourceMandateNotification.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
* Source mandate notifications should be created when a notification related to
[6] Fix | Delete
* a source mandate must be sent to the payer. They will trigger a webhook or
[7] Fix | Delete
* deliver an email to the customer.
[8] Fix | Delete
*
[9] Fix | Delete
* @property string $id Unique identifier for the object.
[10] Fix | Delete
* @property string $object String representing the object's type. Objects of the same type share the same value.
[11] Fix | Delete
* @property null|\Stripe\StripeObject $acss_debit
[12] Fix | Delete
* @property null|int $amount A positive integer in the smallest currency unit (that is, 100 cents for $1.00, or 1 for ¥1, Japanese Yen being a zero-decimal currency) representing the amount associated with the mandate notification. The amount is expressed in the currency of the underlying source. Required if the notification type is <code>debit_initiated</code>.
[13] Fix | Delete
* @property null|\Stripe\StripeObject $bacs_debit
[14] Fix | Delete
* @property int $created Time at which the object was created. Measured in seconds since the Unix epoch.
[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
* @property string $reason The reason of the mandate notification. Valid reasons are <code>mandate_confirmed</code> or <code>debit_initiated</code>.
[17] Fix | Delete
* @property null|\Stripe\StripeObject $sepa_debit
[18] Fix | Delete
* @property \Stripe\Source $source <p><code>Source</code> objects allow you to accept a variety of payment methods. They represent a customer's payment instrument, and can be used with the Stripe API just like a <code>Card</code> object: once chargeable, they can be charged, or can be attached to customers.</p><p>Stripe doesn't recommend using the deprecated <a href="https://stripe.com/docs/api/sources">Sources API</a>. We recommend that you adopt the <a href="https://stripe.com/docs/api/payment_methods">PaymentMethods API</a>. This newer API provides access to our latest features and payment method types.</p><p>Related guides: <a href="https://stripe.com/docs/sources">Sources API</a> and <a href="https://stripe.com/docs/sources/customers">Sources &amp; Customers</a>.</p>
[19] Fix | Delete
* @property string $status The status of the mandate notification. Valid statuses are <code>pending</code> or <code>submitted</code>.
[20] Fix | Delete
* @property string $type The type of source this mandate notification is attached to. Should be the source type identifier code for the payment method, such as <code>three_d_secure</code>.
[21] Fix | Delete
*/
[22] Fix | Delete
class SourceMandateNotification extends ApiResource
[23] Fix | Delete
{
[24] Fix | Delete
const OBJECT_NAME = 'source_mandate_notification';
[25] Fix | Delete
}
[26] Fix | Delete
[27] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function