getJson() public static method

Gets Json String of Object Details
public static getJson ( ) : string
return string
Ejemplo n.º 1
0
 /**
  * Gets Json String of Object Amount
  *
  * @return string
  */
 public static function getJson()
 {
     return '{"currency":"TestSample","total":"12.34","details":' . DetailsTest::getJson() . '}';
 }