PayPal\EBLBaseComponents\SetMobileCheckoutRequestDetailsType::__construct PHP Method

__construct() public method

Constructor with arguments
public __construct ( $ItemAmount = null, $ItemName = null, $ReturnURL = null )
    public function __construct($ItemAmount = null, $ItemName = null, $ReturnURL = null)
    {
        $this->ItemAmount = $ItemAmount;
        $this->ItemName = $ItemName;
        $this->ReturnURL = $ReturnURL;
    }
SetMobileCheckoutRequestDetailsType