Iyzipay\Model\BkmInstallment::toPKIRequestString PHP Метод

toPKIRequestString() публичный Метод

public toPKIRequestString ( )
    public function toPKIRequestString()
    {
        return RequestStringBuilder::create()->append("bankId", $this->getBankId())->appendArray("installmentPrices", $this->getInstallmentPrices())->getRequestString();
    }