Iyzipay\Model\BkmInstallmentPrice::toPKIRequestString PHP Method

toPKIRequestString() public method

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