Copied!
  • property string $interval_unit 'DAY', 'WEEK', 'MONTH', or 'YEAR'
  • property int $interval_count
CloneableInstantiable
Methods
public PHPFUI\PayPal\Base::__construct()
public PHPFUI\PayPal\Base::__get(string $field) : ?mixed
 

Unset fields will return null

public PHPFUI\PayPal\Base::__set(string $field, ?mixed $value) : void
public PHPFUI\PayPal\Base::getData() : array
 
  • return array<string,mixed>
public PHPFUI\PayPal\Base::getJSON() : string
public PHPFUI\PayPal\Base::getValidFields() : array
 

Return all the valid fields for the object. Index is field name and value is the type.

  • return array<string,string>
Properties
protected static array $validFields = ['interval_unit' => ['DAY', 'WEEK', 'MONTH', 'YEAR'], 'interval_count' => 'integer']
 
  • var array<string,string|string[]>
Properties
protected static array $validFields = ['interval_unit' => ['DAY', 'WEEK', 'MONTH', 'YEAR'], 'interval_count' => 'integer']
 
  • var array<string,string|string[]>
© 2024 Bruce Wells
Search Namespaces \ Classes
Configuration