Iyzipay\Request::toPKIRequestString PHP Method

toPKIRequestString() public method

public toPKIRequestString ( )
    public function toPKIRequestString()
    {
        return RequestStringBuilder::create()->append("locale", $this->getLocale())->append("conversationId", $this->getConversationId())->getRequestString();
    }

Usage Example

コード例 #1
0
 public function toPKIRequestString()
 {
     return RequestStringBuilder::create()->appendSuper(parent::toPKIRequestString())->append("binNumber", $this->getBinNumber())->appendPrice("price", $this->getPrice())->getRequestString();
 }
All Usage Examples Of Iyzipay\Request::toPKIRequestString