YandexMoney\API::operationDetails PHP 메소드

operationDetails() 공개 메소드

Returns details of operation specified by operation_id.
또한 보기: http://api.yandex.com/money/doc/dg/reference/operation-details.xml
또한 보기: https://tech.yandex.ru/money/doc/dg/reference/operation-details-docpage/
public operationDetails ( string $operation_id ) : response
$operation_id string
리턴 response object
    function operationDetails($operation_id)
    {
        return $this->sendAuthenticatedRequest("/api/operation-details", array("operation_id" => $operation_id));
    }