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

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

public toPKIRequestString ( )
    public function toPKIRequestString()
    {
        return RequestStringBuilder::create()->append("installmentNumber", $this->getInstallmentNumber())->appendPrice("totalPrice", $this->getTotalPrice())->getRequestString();
    }