Copied!
  • property ?\PHPFUI\PayPal\PricingScheme $pricing_scheme
  • property ?\PHPFUI\PayPal\Frequency $frequency
  • property string $tenure_type
  • property int $sequence
  • property int $total_cycles
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 = ['pricing_scheme' => 'PHPFUI\PayPal\PricingScheme', 'frequency' => 'PHPFUI\PayPal\Frequency', 'tenure_type' => ['REGULAR', 'TRIAL'], 'sequence' => 'integer', 'total_cycles' => 'integer']
 
  • var array<string,string|string[]>
Properties
protected static array $validFields = ['pricing_scheme' => 'PHPFUI\PayPal\PricingScheme', 'frequency' => 'PHPFUI\PayPal\Frequency', 'tenure_type' => ['REGULAR', 'TRIAL'], 'sequence' => 'integer', 'total_cycles' => 'integer']
 
  • var array<string,string|string[]>
© 2025 Bruce Wells
Search Namespaces \ Classes
Configuration