PayPal\Core\PPXmlMessage::toSOAP PHP Method

toSOAP() public method

public toSOAP ( ) : string
return string
    public function toSOAP()
    {
        return $this->toXMLString();
    }