Copied!
  • property string $method
  • property ?\PHPFUI\PayPal\Address $address
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 = ['method' => 'string', 'address' => 'PHPFUI\PayPal\Address']
 
  • var array<string,string>
Properties
protected static array $validFields = ['method' => 'string', 'address' => 'PHPFUI\PayPal\Address']
 
  • var array<string,string>
© 2024 Bruce Wells
Search Namespaces \ Classes
Configuration