Copied!
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)
public PHPFUI\PayPal\Base::getData() : array
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.

Properties
protected static array $validFields = ['auto_bill_outstanding' => 'boolean', 'setup_fee' => 'PHPFUI\PayPal\Currency', 'setup_fee_failure_action' => ['CONTINUE', 'CANCEL'], 'payment_failure_threshold' => 'integer']
 
    Properties
    protected static array $validFields = ['auto_bill_outstanding' => 'boolean', 'setup_fee' => 'PHPFUI\PayPal\Currency', 'setup_fee_failure_action' => ['CONTINUE', 'CANCEL'], 'payment_failure_threshold' => 'integer']
     
      © 2023 Bruce Wells
      Search Namespaces \ Classes
      Configuration