PayPal\Test\Api\PayoutSenderBatchHeaderTest::getJson PHP Method

getJson() public static method

Gets Json String of Object PayoutSenderBatchHeader
public static getJson ( ) : string
return string
    public static function getJson()
    {
        return '{"sender_batch_id":"TestSample","email_subject":"TestSample","recipient_type":"TestSample","batch_status":"TestSample"}';
    }

Usage Example

 /**
  * Gets Json String of Object PayoutBatchHeader
  * @return string
  */
 public static function getJson()
 {
     return '{"payout_batch_id":"TestSample","batch_status":"TestSample","time_created":"TestSample","time_completed":"TestSample","sender_batch_header":' . PayoutSenderBatchHeaderTest::getJson() . ',"amount":' . CurrencyTest::getJson() . ',"fees":' . CurrencyTest::getJson() . ',"errors":' . ErrorTest::getJson() . ',"links":' . LinksTest::getJson() . '}';
 }
All Usage Examples Of PayPal\Test\Api\PayoutSenderBatchHeaderTest::getJson