Omnipay\WechatPay\Message\DownloadBillRequest::setBillType PHP 메소드

setBillType() 공개 메소드

public setBillType ( mixed $billType )
$billType mixed
    public function setBillType($billType)
    {
        $this->setParameter('bill_type', $billType);
    }