A resource representing a incentive.
Inheritance: extends PayPal\Common\PayPalModel
示例#1
0
 /**
  * @expectedException \InvalidArgumentException
  * @expectedExceptionMessage LogoImageUrl is not a fully qualified URL
  */
 public function testUrlValidationForLogoImageUrl()
 {
     $obj = new Incentive();
     $obj->setLogoImageUrl(null);
 }