Copied!
  • property bool $auto_bill_outstanding
  • property ?\PHPFUI\PayPal\Currency $setup_fee
  • property string $setup_fee_failure_action
  • property int $payment_failure_threshold
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 = ['auto_bill_outstanding' => 'boolean', 'setup_fee' => 'PHPFUI\PayPal\Currency', 'setup_fee_failure_action' => ['CONTINUE', 'CANCEL'], 'payment_failure_threshold' => 'integer']
 
  • var array<string,string|string[]>
Properties
protected static array $validFields = ['auto_bill_outstanding' => 'boolean', 'setup_fee' => 'PHPFUI\PayPal\Currency', 'setup_fee_failure_action' => ['CONTINUE', 'CANCEL'], 'payment_failure_threshold' => 'integer']
 
  • var array<string,string|string[]>
© 2025 Bruce Wells
Search Namespaces \ Classes
Configuration