Omnipay\WechatPay\Message\DownloadBillRequest::setBillType PHP Méthode

setBillType() public méthode

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