Iyzipay\Model\BkmInstallment::toPKIRequestString PHP Method

toPKIRequestString() public method

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