Iyzipay\Model\BkmInstallment::toPKIRequestString PHP 메소드

toPKIRequestString() 공개 메소드

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