Copied!
  • property ?\PHPFUI\PayPal\Currency $discount
  • property ?\PHPFUI\PayPal\Currency $handling
  • property ?\PHPFUI\PayPal\Currency $insurance
  • property ?\PHPFUI\PayPal\Currency $item_total
  • property ?\PHPFUI\PayPal\Currency $shipping
  • property ?\PHPFUI\PayPal\Currency $shipping_discount
  • property ?\PHPFUI\PayPal\Currency $tax_total
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 = ['discount' => 'PHPFUI\PayPal\Currency', 'handling' => 'PHPFUI\PayPal\Currency', 'insurance' => 'PHPFUI\PayPal\Currency', 'item_total' => 'PHPFUI\PayPal\Currency', 'shipping' => 'PHPFUI\PayPal\Currency', 'shipping_discount' => 'PHPFUI\PayPal\Currency', 'tax_total' => 'PHPFUI\PayPal\Currency']
 
  • var array<string,string>
Properties
protected static array $validFields = ['discount' => 'PHPFUI\PayPal\Currency', 'handling' => 'PHPFUI\PayPal\Currency', 'insurance' => 'PHPFUI\PayPal\Currency', 'item_total' => 'PHPFUI\PayPal\Currency', 'shipping' => 'PHPFUI\PayPal\Currency', 'shipping_discount' => 'PHPFUI\PayPal\Currency', 'tax_total' => 'PHPFUI\PayPal\Currency']
 
  • var array<string,string>
© 2025 Bruce Wells
Search Namespaces \ Classes
Configuration