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: SourceTransaction.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
* Some payment methods have no required amount that a customer must send.
[6] Fix | Delete
* Customers can be instructed to send any amount, and it can be made up of
[7] Fix | Delete
* multiple transactions. As such, sources can have multiple associated
[8] Fix | Delete
* transactions.
[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 $ach_credit_transfer
[13] Fix | Delete
* @property 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 your customer has pushed to the receiver.
[14] Fix | Delete
* @property null|\Stripe\StripeObject $chf_credit_transfer
[15] Fix | Delete
* @property int $created Time at which the object was created. Measured in seconds since the Unix epoch.
[16] 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>.
[17] Fix | Delete
* @property null|\Stripe\StripeObject $gbp_credit_transfer
[18] 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.
[19] Fix | Delete
* @property null|\Stripe\StripeObject $paper_check
[20] Fix | Delete
* @property null|\Stripe\StripeObject $sepa_credit_transfer
[21] Fix | Delete
* @property string $source The ID of the source this transaction is attached to.
[22] Fix | Delete
* @property string $status The status of the transaction, one of <code>succeeded</code>, <code>pending</code>, or <code>failed</code>.
[23] Fix | Delete
* @property string $type The type of source this transaction is attached to.
[24] Fix | Delete
*/
[25] Fix | Delete
class SourceTransaction extends ApiResource
[26] Fix | Delete
{
[27] Fix | Delete
const OBJECT_NAME = 'source_transaction';
[28] Fix | Delete
const TYPE_ACH_CREDIT_TRANSFER = 'ach_credit_transfer';
[29] Fix | Delete
const TYPE_ACH_DEBIT = 'ach_debit';
[30] Fix | Delete
const TYPE_ALIPAY = 'alipay';
[31] Fix | Delete
const TYPE_BANCONTACT = 'bancontact';
[32] Fix | Delete
const TYPE_CARD = 'card';
[33] Fix | Delete
const TYPE_CARD_PRESENT = 'card_present';
[34] Fix | Delete
const TYPE_EPS = 'eps';
[35] Fix | Delete
const TYPE_GIROPAY = 'giropay';
[36] Fix | Delete
const TYPE_IDEAL = 'ideal';
[37] Fix | Delete
const TYPE_KLARNA = 'klarna';
[38] Fix | Delete
const TYPE_MULTIBANCO = 'multibanco';
[39] Fix | Delete
const TYPE_P24 = 'p24';
[40] Fix | Delete
const TYPE_SEPA_DEBIT = 'sepa_debit';
[41] Fix | Delete
const TYPE_SOFORT = 'sofort';
[42] Fix | Delete
const TYPE_THREE_D_SECURE = 'three_d_secure';
[43] Fix | Delete
const TYPE_WECHAT = 'wechat';
[44] Fix | Delete
}
[45] Fix | Delete
[46] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function