for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
declare(strict_types=1);
namespace Yansongda\Pay\Plugin\Alipay\Trade;
use Yansongda\Pay\Plugin\Alipay\GeneralPlugin;
/**
* @see https://opendocs.alipay.com/open/02pj6l?ref=api
*/
class OrderSettleQueryPlugin extends GeneralPlugin
{
protected function getMethod(): string
return 'alipay.trade.order.settle.query';
}