EasyPost\Order::retrieve PHP 메소드

retrieve() 공개 정적인 메소드

retrieve an order
public static retrieve ( string $id, string $apiKey = null ) : mixed
$id string
$apiKey string
리턴 mixed
    public static function retrieve($id, $apiKey = null)
    {
        return self::_retrieve(get_class(), $id, $apiKey);
    }