Iyzipay\Request\CreateThreedsPaymentRequest::getJsonObject PHP 메소드

getJsonObject() 공개 메소드

public getJsonObject ( )
    public function getJsonObject()
    {
        return JsonBuilder::fromJsonObject(parent::getJsonObject())->add("paymentId", $this->getPaymentId())->add("conversationData", $this->getConversationData())->getObject();
    }