Copied!
  • property string $name
  • property string $number
  • property string $expiry
  • property int $security_code
  • property ?\PHPFUI\PayPal\AddressPortable $billing_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 = ['name' => 'string', 'number' => 'string', 'expiry' => 'string', 'security_code' => 'integer', 'billing_address' => 'PHPFUI\PayPal\AddressPortable']
 
  • var array<string,string>
Properties
protected static array $validFields = ['name' => 'string', 'number' => 'string', 'expiry' => 'string', 'security_code' => 'integer', 'billing_address' => 'PHPFUI\PayPal\AddressPortable']
 
  • var array<string,string>
© 2024 Bruce Wells
Search Namespaces \ Classes
Configuration