Braintree\TransactionSearch::settlementBatchId PHP Method

settlementBatchId() public static method

public static settlementBatchId ( )
    public static function settlementBatchId()
    {
        return new TextNode('settlement_batch_id');
    }

Usage Example

 /**
  * @return TextNode
  */
 public function settlementBatchId()
 {
     return TransactionSearch::settlementBatchId();
 }