Omnipay\WechatPay\Message\DownloadBillRequest::setBillType PHP Method

setBillType() public method

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