getPaypal() public method

Total Amount paid/refunded via PayPal.
public getPaypal ( ) : PayPal\Api\Currency
return PayPal\Api\Currency
 /**
  * @depends testSerializationDeserialization
  * @param PaymentSummary $obj
  */
 public function testGetters($obj)
 {
     $this->assertEquals($obj->getPaypal(), CurrencyTest::getObject());
     $this->assertEquals($obj->getOther(), CurrencyTest::getObject());
 }