Copied!
  • property string $plan_id
  • property string $start_time
  • property string $quantity
  • property ?\PHPFUI\PayPal\Currency $shipping_amount
  • property ?\PHPFUI\PayPal\Subscriber $subscriber
  • property bool $auto_renewal
  • property ?\PHPFUI\PayPal\ApplicationContext $application_context
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 = ['plan_id' => 'string', 'start_time' => 'string', 'quantity' => 'string', 'shipping_amount' => 'PHPFUI\PayPal\Currency', 'subscriber' => 'PHPFUI\PayPal\Subscriber', 'auto_renewal' => 'boolean', 'application_context' => 'PHPFUI\PayPal\ApplicationContext']
 
  • var array<string,string>
Properties
protected static array $validFields = ['plan_id' => 'string', 'start_time' => 'string', 'quantity' => 'string', 'shipping_amount' => 'PHPFUI\PayPal\Currency', 'subscriber' => 'PHPFUI\PayPal\Subscriber', 'auto_renewal' => 'boolean', 'application_context' => 'PHPFUI\PayPal\ApplicationContext']
 
  • var array<string,string>
© 2025 Bruce Wells
Search Namespaces \ Classes
Configuration