: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in
* @package Freemius for EDD Add-On
* @copyright Copyright (c) 2016, Freemius, Inc.
* @license https://www.gnu.org/licenses/gpl-3.0.html GNU General Public License Version 3
if ( ! defined( 'ABSPATH' ) ) {
class FS_Billing extends FS_Entity {
* @var string (Enum) Linked entity type. One of: developer, plugin, user, install
* @var string Tax or VAT ID.
* @var string Two chars country code.
public $address_country_code;
* @var number Numeric ZIP code (cab be with leading zeros).
* @param object|bool $event
function __construct( $event = false ) {
parent::__construct( $event );
static function get_type() {